Use drake_plan()
with transformations instead. See
https://books.ropensci.org/drake/plans.html#large-plans
for details.
Arguments
- plan
Workflow plan data frame with commands for the summaries. Use the
analysis__
anddataset__
wildcards just like thedataset__
wildcard inplan_analyses()
.- analyses
Workflow plan data frame of analysis instructions.
- datasets
Workflow plan data frame with instructions to make or import the datasets.
- gather
Character vector, names of functions to gather the summaries. If not
NULL
, the length must be the number of rows in theplan
. See thegather_plan()
function for more.- sep
Character scalar, delimiter for creating the new target names.