check_plan | R Documentation |
Deprecated on 2019-01-12.
check_plan(
plan = NULL,
targets = NULL,
envir = parent.frame(),
cache = drake::get_cache(verbose = verbose),
verbose = 1L,
jobs = 1
)
plan |
Workflow plan data frame, possibly from
|
targets |
Character vector of targets to make. |
envir |
Environment containing user-defined functions. |
cache |
Optional drake cache. See |
verbose |
Deprecated on 2019-09-11. |
jobs |
Number of jobs/workers for parallel processing. |
Possible obvious errors include circular dependencies and missing input files.
Invisibly return plan
.
drake_plan()
, make()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.