uncache_all: Uncache all objects

Description Usage Arguments See Also

View source: R/uncache_all.R

Description

uncache all objects on the cache

Usage

1
2
3
4
uncache_all(
  envir = parent.frame(),
  overwrite = getOption("uncache.overwrite", TRUE)
)

Arguments

envir

where to uncache the objects (Default: parent.frame()

overwrite

logical; whether to overwrite existing objects

See Also


decisionpatterns/cache documentation built on June 15, 2020, 9:35 p.m.