cache_load: Load cached objects from cache directory

View source: R/cache.R

cache_loadR 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 .cache-R at the project root.


cache documentation built on March 27, 2022, 1:06 a.m.