plan_summaries: Specialized wildcard for summaries *[Deprecated]*

View source: R/deprecated.R

plan_summariesR Documentation

Specialized wildcard for summaries [Deprecated]

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 analysis__ and dataset__ wildcards just like the dataset__ wildcard in plan_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 the plan. See the gather_plan() function for more.

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.


ropensci/drake documentation built on March 4, 2024, 6:02 p.m.