plan_summaries | R Documentation |
Use drake_plan()
with transformations instead. See
https://books.ropensci.org/drake/plans.html#large-plans
for details.
plan_summaries(
plan,
analyses,
datasets,
gather = rep("list", nrow(plan)),
sep = "_"
)
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. |
2019-01-13
An evaluated workflow plan data frame of instructions for computing summaries of analyses and datasets. analyses of multiple datasets in multiple ways.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.