clearCache {R.cache} | R Documentation |
Removes all files in a cache file directory
Description
Removes all files in a cache file directory.
Usage
## Default S3 method:
clearCache(path=getCachePath(...), ..., recursive=FALSE, prompt=TRUE && interactive())
Arguments
path |
A |
... |
Arguments passed to |
recursive |
If |
prompt |
If |
Details
If the specified directory does not exists, an exception is thrown.
Value
Returns (invisibly) a character
vector
of pathnames of the
files removed. If no files were removed, NULL
is returned.
Author(s)
Henrik Bengtsson
[Package R.cache version 0.16.0 Index]