load_cached_chunk.Rd
Loads the cached chunk from cache using lazy loading where possible.
Name of cached chunk (from Rmd). Can be a path to a chunk (partial), from which path
will be taken.
Path to the cache from which all chunks are loaded
Character vector of object names to retain
Environment into which objects are loaded
Any existing objects in the environment will be overwritten when chunk(s) are loaded.
load_cached_chunk()
: Load a cached chunk
load_all_chunks()
: Load all cached chunks (alphabetically)
importFrom plyr l_ply