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