powered by
This closure returns a wrapper around load2 which per default caches loaded objects and returns the cached version in subsequent calls.
load2
makeFileCache(use.cache = TRUE)
[function()] with argument slot
function()
slot
(name of the slot to cache the object in, default is “default”). All other arguments are passed down to load2.
[logical(1)] Enable the cache? Default is TRUE.
logical(1)
TRUE