man_md/load_cache.md

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

Description

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

Usage

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

Arguments

Argument |Description ------------- |---------------- 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

Seealso

lazyLoad

Examples

r 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.