workflow
R/deprecate.R
Turns a named collection of command/target pairs into
a workflow plan data frame for make()
and
check()
.
workflow(..., list = character(0), file_targets = FALSE, strings_in_dots = c("filenames", "literals"))
... | same as for |
---|---|
list | same as for |
file_targets | same as for |
strings_in_dots | same as for |
A data frame of targets and commands.
Deprecated on 2017-10
# See ?drake_plan for examples.