R.cache (version 0.16.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=NULL, ...)

Value

Returns the path as a character string.

Arguments

defaultPath

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

...

Not used.

Author

Henrik Bengtsson

See Also

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

Examples

Run this code
  print(getCacheRootPath())

Run the code above in your browser using DataLab