load_cached_object: Load a cached object

Description Usage Arguments Value See Also

View source: R/cache.R

Description

A cached object is retrieved based on a key generated by the path to the present R script, object name, and the working directory.

Usage

1
load_cached_object(object_name, remove_stale_cache = TRUE)

Arguments

remove_stale_cache

If TRUE, removes all files older than 180 days from the cache.

Value

cached object. NULL if no such cache exists. Console messages also accompany the output

See Also

getCachePath,loadCache map,set_names,keep typewrite_bold


patelm9/cave documentation built on March 29, 2021, 6:28 p.m.