clear_cache | R Documentation |
Deletes the current cache and resets a new cache. Deletes local data! If you
are using a session unique cache, the previous settings will be reused. If
you pass in new set_cache
arguments, they will take precedence over the
previous settings.
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.