load_cache: The load_cache() function to load .rdata files from a knitr...

Description Usage Arguments Value See Also Examples

Description

The load_cache() function to load .rdata files from a knitr cache

Usage

1
load_cache(dir_cache, envir = globalenv(), ...)

Arguments

dir_cache

a single character string for the directory containing the .rdata files

envir

The environment into which objects are loaded. same as lazyLoad

...

optional args passed to lazyLoad

Value

NULL, but the .rdata files are loaded into the global environment

See Also

lazyLoad

Examples

1
2
dir_cache = here::here("/writeup/article_tech_doc_cache/html/")
load_cache(dir_cache)

mikejacktzen/datzen documentation built on June 14, 2019, 5:23 p.m.