| clearCache | R Documentation |
Removes all files in a cache file directory.
## Default S3 method:
clearCache(path=getCachePath(...), ..., recursive=FALSE, prompt=TRUE && interactive())
path |
A |
... |
Arguments passed to |
recursive |
If |
prompt |
If |
If the specified directory does not exists, an exception is thrown.
Returns (invisibly) a character vector of pathnames of the
files removed. If no files were removed, NULL is returned.
Henrik Bengtsson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.