Deprecated on 2019-05-16. Use drake_plan()
transformations instead. See
https://ropenscilabs.github.io/drake-manual/plans.html#large-plans
for the details.
expand_plan(plan, values = NULL, rename = TRUE, sep = "_",
sanitize = TRUE)
Workflow plan data frame.
Values to expand over. These will be appended to the names of the new targets.
Logical, whether to rename the targets
based on the values
. See the examples for a demo.
Character scalar, delimiter between the original
target names and the values to append to create the new
target names. Only relevant when rename
is TRUE
.
Logical, whether to sanitize the plan.
An expanded workflow plan data frame (with replicated targets).
Duplicates the rows of a workflow plan data frame. Prefixes are appended to the new target names so targets still have unique names.