.cache_clear | R Documentation |
Clear data from the passthrough cache for complex or long running operations
.cache_clear(
.cache = rappdirs::user_cache_dir(utils::packageName()),
.prefix = ".*",
interactive = TRUE
)
.cache |
the location of the cache as a directory. May get its value from options("ggrrr.cache.dir") or the default value of rappdirs::user_cache_dir("ggrrr") |
.prefix |
a regular expression matching the prefix of the cached item, so that do selective clean up operations. defaults to everything. |
interactive |
suppress 'are you sure?' warning with a FALSE value (defaults to TRUE) |
nothing. called for side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.