clear.cache {ProjectTemplate} | R Documentation |
Clear data sets from the cache
Description
This function remove specific (or all by default) named data sets from the cache
directory. This will force that data to be read in from the data
directory
next time load.project
is called.
Usage
clear.cache(...)
Arguments
... |
A sequence of character strings of the variables to be removed from the cache. If none given, then all items in the cache will be removed. |
Value
Success or failure is reported
Examples
library('ProjectTemplate')
## Not run:
clear.cache("x", "y", "z")
## End(Not run)
[Package ProjectTemplate version 0.11.0 Index]