Use drake_plan()
instead.
See https://books.ropensci.org/drake/plans.html#large-plans
for details.
Arguments
- plan
Workflow plan data frame of analysis methods. The commands in the
command
column must have thedataset__
wildcard where the datasets go. For example, one command could belm(dataset__)
. Then, the commands in the output will includelm(your_dataset_1)
,lm(your_dataset_2)
, etc.- datasets
Workflow plan data frame with instructions to make the datasets.
- sep
character Scalar, delimiter for creating the names of new targets.