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