clear_cache | R Documentation |
Deletes the current cache and resets a new cache. Deletes local data! If you
are using a session unique cache, you will have to pass the arguments you
used for set_cache
earlier, otherwise the system-wide .Renviron
-based
defaults will be used.
clear_cache(..., disable = FALSE)
... |
Arguments passed on to
|
disable |
instead of setting a new cache, disable caching entirely;
defaults to |
NULL
no return value, all effects are stored in the package
environment
set_cache
to start a new cache (and general caching info),
disable_cache
to only disable without deleting, and cache_info
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.