setCacheRootPath {R.cache}R Documentation

Sets the root path to the file cache directory

Description

Sets the root path to the file cache directory.

Usage

## Default S3 method:
setCacheRootPath(path="~/.Rcache", ...)

Arguments

path The path.
... Not used.

Value

Returns (invisibly) the old root path.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

getCacheRootPath().


[Package R.cache version 0.1.7 Index]