clear.cache | R Documentation |
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.
clear.cache(...)
... |
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. |
Success or failure is reported
library('ProjectTemplate')
## Not run:
clear.cache("x", "y", "z")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.