disable_cache {epidatr}R 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


[Package epidatr version 1.1.1 Index]