R.cache (version 0.13.0)

setCacheRootPath: Sets the root path to the file cache directory

Description

Sets the root path to the file cache directory. By default, this function will set it to ~/.Rcache.

Usage

# S3 method for default
setCacheRootPath(path="~/.Rcache", ...)

Arguments

path

The path.

...

Not used.

Value

Returns (invisibly) the old root path.

See Also

getCacheRootPath().