Included for transparency and confirmation/testing. This is where the basic information about your projects is cached when you use the REDCapSync package.
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 project_name (primary key for REDCapSync
projects) and other details about project information.
See also
For more details, see hoard.
Other Project Cache Functions:
cache_clear(),
cache_remove_project(),
get_projects()
Examples
if (FALSE) { # \dontrun{
path <- cache_path()
print(path)
} # }
