get_cache {drake} | R Documentation |
The default cache of a drake
project.
![[Deprecated]](../help/figures/lifecycle-deprecated.svg)
Description
Use drake_cache()
instead.
Usage
get_cache(
path = getwd(),
search = TRUE,
verbose = 1L,
force = FALSE,
fetch_cache = NULL,
console_log_file = NULL
)
Arguments
path |
Character, either the root file path of a
|
search |
Deprecated. |
verbose |
Deprecated on 2019-09-11. |
force |
Deprecated. |
fetch_cache |
Deprecated. |
console_log_file |
Deprecated in favor of |
Details
Deprecated on 2019-05-25.