drake_cache_log_file | R Documentation |
Deprecated on 2019-03-09.
drake_cache_log_file(
file = "drake_cache.log",
path = getwd(),
search = TRUE,
cache = drake::get_cache(path = path, search = search, verbose = verbose),
verbose = 1L,
jobs = 1L,
targets_only = FALSE
)
file |
character scalar, name of the flat text log file. |
path |
Path to a |
search |
Deprecated. |
cache |
drake cache. See |
verbose |
Deprecated on 2019-09-11. |
jobs |
Number of jobs/workers for parallel processing. |
targets_only |
Logical, whether to output information only on the
targets in your workflow plan data frame. If |
Calling this function to create a log file and later calling
make()
makes the log file out of date. Therefore, we recommend using
make()
with the cache_log_file
argument to create the cache log. This
way ensures that the log is always up to date with make()
results.
There is no return value, but a log file is generated.
drake_cache_log()
, make()
, get_cache()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.