setCacheRootPath {simpleRCache} | R Documentation |
Set Cache Root Path
Description
Set Cache Root Path
Usage
setCacheRootPath(path = tempdir())
Arguments
path |
the cache root directory (DEFAULT: a temporary directory, but this can be change to a more permanent location) |
Examples
setCacheRootPath()
## Not run:
setCacheRootPath("~/.simpleRCache")
## End(Not run)
[Package simpleRCache version 0.3.3 Index]