cache_load: Load cached objects from cache directory
Description
Load cached objects from cache directory
Usage
cache_load(objnames = "*", .cachedir = here(".cache-R"))
Arguments
objnames
character list of object names to load.
.cachedir
path to cache directory. Defaults to the directory named .cache-R
at the project root.