mp_load_cache: Load manifestoR's cache

Description Usage Arguments Examples

Description

Load a cache from a variable or file to manifestoR's current working environment.

Usage

1
mp_load_cache(cache = NULL, file = "mp_cache.RData")

Arguments

cache

an environment that should function as manifestoR's new cache. If this is NULL, the environment is loaded from the file specified by argument file.

file

a file name from where the cache environment should be loaded

Examples

1
## Not run: mp_load_cache() ## loads cache from file "mp_cache.RData"

manifestoR documentation built on Jan. 13, 2021, 9:53 a.m.