check
Check a workflow plan, etc. for obvious errors such as circular dependencies and missing input files.
check(plan = workplan(), targets = drake::possible_targets(plan),
envir = parent.frame(), cache = drake::get_cache(verbose = verbose),
verbose = TRUE)
workflow plan data frame, possibly from
workplan()
.
character vector of targets to make
environment containing user-defined functions
optional drake cache. See new_cache()
logical, whether to log progress to the console.
invisibly return plan
ink{workplan}
, make
# NOT RUN {
load_basic_example()
check(my_plan)
unlink('report.Rmd')
check(my_plan)
# }
Run the code above in your browser using DataLab