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

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