cache_activate | R Documentation |
Helper functions to control the behavior of caching. Simple wrappers around
base::options()
.
cache_activate(cache_name = NULL, verbose = !getOption("styler.quiet", FALSE))
cache_deactivate(verbose = !getOption("styler.quiet", FALSE))
cache_name |
The name of the styler cache to use. If
|
verbose |
Whether or not to print an informative message about what the function is doing. |
Other cache managers:
cache_clear()
,
cache_info()
,
caching
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.