plan_summaries {drake} | R Documentation |
Specialized wildcard for summaries
![[Deprecated]](../help/figures/lifecycle-deprecated.svg)
Description
Use drake_plan()
with transformations instead. See
https://books.ropensci.org/drake/plans.html#large-plans
for details.
Usage
plan_summaries(
plan,
analyses,
datasets,
gather = rep("list", nrow(plan)),
sep = "_"
)
Arguments
plan |
Workflow plan data frame with commands for the summaries.
Use the |
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 |
sep |
Character scalar, delimiter for creating the new target names. |
Details
2019-01-13
Value
An evaluated workflow plan data frame of instructions for computing summaries of analyses and datasets. analyses of multiple datasets in multiple ways.