deletecache {cacher} | R Documentation |
This function clears the entire cache by deleting the cache directory
deletecache(cachedir = NULL)
cachedir |
the path to the cache directory |
If cachedir
is NULL
, then the cache directory returned
by cache
is removed.
The result of unlink
is returned.