cache_clear | R Documentation |
Clears the cache that stores which files are already styled. You won't be
able to undo this. Note that the file corresponding to the cache (a folder
on your file system) won't be deleted, but it will be empty after calling
cache_clear
.
cache_clear(cache_name = NULL, ask = TRUE)
cache_name |
The name of the styler cache to use. If
|
ask |
Whether or not to interactively ask the user again. |
Each version of styler has its own cache by default, because styling is potentially different with different versions of styler.
Other cache managers:
cache_activate()
,
cache_info()
,
caching
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.