getCacheRootPath {R.cache} | R Documentation |
Gets the root path to the file cache directory.
## Default S3 method:
getCacheRootPath(defaultPath=NULL, ...)
defaultPath |
The default path, if no user-specified directory has been given. |
... |
Not used. |
Returns the path as a character
string.
Henrik Bengtsson
Too set the directory where cache files are stored,
see setCacheRootPath
().
print(getCacheRootPath())