workflow: Deprecated function workflow
Description
Turns a named collection of command/target pairs into
a workflow plan data frame for make
and
check
.
Usage
workflow(..., list = character(0), file_targets = FALSE,
strings_in_dots = c("filenames", "literals"))
Value
A data frame of targets and commands.
Details
Deprecated on 2017-10
Examples
Run this code# NOT RUN {
# See ?drake_plan for examples.
# }
Run the code above in your browser using DataLab