gather_by | R Documentation |
Deprecated on 2019-05-16. Use drake_plan()
transformations instead. See
https://books.ropensci.org/drake/plans.html#large-plans
for the details.
gather_by(
plan,
...,
prefix = "target",
gather = "list",
append = TRUE,
filter = NULL,
sep = "_"
)
plan |
Workflow plan data frame of prespecified targets. |
... |
Symbols, columns of |
prefix |
Character, prefix for naming the new targets.
Suffixes are generated from the values of the columns
specified in |
gather |
Function used to gather the targets. Should be
one of |
append |
Logical. If |
filter |
An expression like you would pass to |
sep |
Character scalar, delimiter for creating the names of new targets. |
Perform several calls to gather_plan()
based on groupings from columns in the plan,
and then row-bind the new targets to the plan.
A workflow plan data frame.
drake_plan()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.