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