Learn R Programming

drake (version 4.2.0)

get_cache: Function get_cache

Description

Search for and return a drake cache.

Usage

get_cache(path = getwd(), search = TRUE)

Arguments

path

file path to the folder contianing the cache. Yes, this is the parent directory containing the cache, not the cache itself.

search

logical, whether to search back in the file system for the cache.

See Also

config

Examples

Run this code
# NOT RUN {
get_cache()
load_basic_example()
make(my_plan)
x <- get_cache()
x$list()
# }

Run the code above in your browser using DataLab