cache_path {drake} | R Documentation |
Return the file path where the cache is stored,
if applicable.
![[Deprecated]](../help/figures/lifecycle-deprecated.svg)
Description
Deprecated on 2019-01-12.
Usage
cache_path(cache = NULL)
Arguments
cache |
The cache whose file path you want to know. |
Details
Currently only works with
storr::storr_rds()
file system caches.
Value
File path where the cache is stored.
[Package drake version 7.13.10 Index]