cache_load {cache} | R Documentation |
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 |
[Package cache version 0.0.3 Index]