cache_clear | R Documentation |
Clear data from the passthrough cache for complex or long running operations
cache_clear(
cache = getOption("arear.cache.dir", default = rappdirs::user_cache_dir("arear")),
interactive = TRUE
)
cache |
the location of the cache as a directory. May get its value from options("arear.cache.dir") or the default value of rappdirs::user_cache_dir("arear") |
interactive |
if FALSE will delete the files without warning. Defaults to TRUE |
nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.