gather_plan {drake} | R Documentation |
Combine targets
![[Deprecated]](../help/figures/lifecycle-deprecated.svg)
Description
Deprecated on 2019-05-16. Use drake_plan()
transformations instead. See
https://books.ropensci.org/drake/plans.html#large-plans
for the details.
Usage
gather_plan(plan = NULL, target = "target", gather = "list", append = FALSE)
Arguments
plan |
Workflow plan data frame of prespecified targets. |
target |
Name of the new aggregated target. |
gather |
Function used to gather the targets. Should be
one of |
append |
Logical. If |
Details
Creates a new workflow plan to aggregate existing targets in the supplied plan.
Value
A workflow plan data frame that aggregates multiple prespecified targets into one additional target downstream.
See Also
[Package drake version 7.13.9 Index]