Check caching status in the current session, and override it upon request
rb_check_cache.Rd
Mostly used internally in functions, exported for reference.
Arguments
- cache
Defaults to NULL. If NULL, checks current cache settings. If given, returns given value, ignoring cache.
Examples
# \donttest{
if (interactive()) {
rb_check_cache()
}
# }