powered by
Load a cache from a variable or file to manifestoR's current working environment.
mp_load_cache(cache = NULL, file = "mp_cache.RData")
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.
a file name from where the cache environment should be loaded
# NOT RUN { mp_load_cache() ## loads cache from file "mp_cache.RData" # }
Run the code above in your browser using DataLab