disable_cache: Turn off the caching for this session

View source: R/cache.R

disable_cacheR Documentation

Turn off the caching for this session

Description

Disable caching until you call set_cache or restart R. The files defining the cache are untouched. If you are looking to disable the caching more permanently, set EPIDATR_USE_CACHE=FALSE as environmental variable in your .Renviron.

Usage

disable_cache()

Value

NULL no return value, all effects are stored in the package environment

See Also

set_cache to start a new cache (and general caching info), clear_cache to delete the cache and set a new one, and cache_info


epidatr documentation built on April 4, 2025, 3:51 a.m.