cache_clear: Clear data from the passthrough cache for complex or long...

cache_clearR Documentation

Clear data from the passthrough cache for complex or long running operations

Description

Clear data from the passthrough cache for complex or long running operations

Usage

cache_clear(
  cache = getOption("arear.cache.dir", default = rappdirs::user_cache_dir("arear")),
  interactive = TRUE
)

Arguments

cache

the location of the cache as a directory. May get its value from options("arear.cache.dir") or the default value of rappdirs::user_cache_dir("arear")

interactive

if FALSE will delete the files without warning. Defaults to TRUE

Value

nothing


terminological/arear documentation built on April 27, 2024, 9:02 a.m.