getCachePath {R.cache} | R Documentation |
Gets the path to the file cache directory
Description
Gets the path to the file cache directory. If missing, the directory is created.
Usage
## Default S3 method:
getCachePath(dirs=NULL, path=NULL, rootPath=getCacheRootPath(), ...)
Arguments
dirs |
A |
path , rootPath |
(Advanced) |
... |
Not used. |
Value
Returns the path as a character
string.
If the user does not have write permissions to the path, then
an error is thrown.
Author(s)
Henrik Bengtsson
See Also
[Package R.cache version 0.16.0 Index]