Skip to contents

Included for transparency and confirmation/testing. This is where the basic information about your projects is cached when you use the RosyREDCap package.

Usage

cache_path()

Value

The file path of your RosyREDCap cache

Details

This function checks the location of the cache established by hoard. No project data is stored here. Tokens are not stored here either. Key information stored here is `short_name` (primary key for RosyREDCap projects) and other details about project information.

See also

For more details, see hoard.

Other Project Cache Functions: cache_clear(), get_projects(), project_health_check()

Examples


if (FALSE) { # \dontrun{
path <- cache_path()
print(path)
} # }