recover_cache {drake} | R Documentation |
Load or create a drake cache
![[Deprecated]](../help/figures/lifecycle-deprecated.svg)
Description
Deprecated on 2019-01-13.
Usage
recover_cache(
path = NULL,
hash_algorithm = NULL,
short_hash_algo = NULL,
long_hash_algo = NULL,
force = FALSE,
verbose = 1L,
fetch_cache = NULL,
console_log_file = NULL
)
Arguments
path |
File path of the cache. |
hash_algorithm |
Name of a hash algorithm to use.
See the |
short_hash_algo |
Deprecated on 2018-12-12.
Use |
long_hash_algo |
Deprecated on 2018-12-12.
Use |
force |
Logical, whether to load the cache despite any back compatibility issues with the running version of drake. |
verbose |
Deprecated on 2019-09-11. |
fetch_cache |
Deprecated. |
console_log_file |
Deprecated on 2019-09-11. |
Details
Does not work with
in-memory caches such as storr_environment()
.
Value
A drake/storr cache.
See Also
[Package drake version 7.13.9 Index]