R.cache (version 0.13.0)

getCacheRootPath: Gets the root path to the file cache directory

Description

Gets the root path to the file cache directory.

Usage

# S3 method for default
getCacheRootPath(defaultPath="~/.Rcache", ...)

Arguments

defaultPath

The default path, if no user-specified directory has been given.

...

Not used.

Value

Returns the path as a character string.

See Also

Too set the directory where cache files are stored, see setCacheRootPath().

Examples

Run this code
# NOT RUN {
  print(getCacheRootPath())
# }

Run the code above in your browser using DataCamp Workspace