| clear_cache | R Documentation |
Removes all cached openesm data from your local machine.
clear_cache(force = FALSE)
force |
Logical. If |
Invisibly returns NULL.
# clear cache with confirmation prompt
if(interactive()) {
clear_cache()
}
# force clear without confirmation
clear_cache(force = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.