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))
Arguments
- cache_name
The name of the styler cache to use. If
NULL, the option "styler.cache_name" is considered which defaults to
the version of styler used.
- verbose
Whether or not to print an informative message about what the
function is doing.