powered by
Search for and return a drake cache.
get_cache(path = getwd(), search = TRUE)
file path to the folder contianing the cache. Yes, this is the parent directory containing the cache, not the cache itself.
logical, whether to search back in the file system for the cache.
config
# NOT RUN { get_cache() load_basic_example() make(my_plan) x <- get_cache() x$list() # }
Run the code above in your browser using DataLab