getCachePath {R.cache}R Documentation

Gets the path to the file cache directory

Description

Gets the path to the file cache directory.

Usage

## Default S3 method:
getCachePath(dirs=NULL, ...)

Arguments

dirs A character vector constituting the path to the cache subdirectory to be used. If NULL, the root path is used.
... Not used.

Value

Returns the path as a character string.

Author(s)

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

See Also

setCachePath().


[Package R.cache version 0.1.7 Index]