setCacheRootPath {R.cache} | R Documentation |
Sets the root path to the file cache directory.
By default, this function will set it to ~/.Rcache
.
## Default S3 method: setCacheRootPath(path="~/.Rcache", ...)
path |
The path. |
... |
Not used. |
Returns (invisibly) the old root path.
Henrik Bengtsson