plan_analyses {drake} | R Documentation |
Specialized wildcard for analyses
![[Deprecated]](../help/figures/lifecycle-deprecated.svg)
Description
Use drake_plan()
instead.
See https://books.ropensci.org/drake/plans.html#large-plans
for details.
Usage
plan_analyses(plan, datasets, sep = "_")
Arguments
plan |
Workflow plan data frame of analysis methods.
The commands in the |
datasets |
Workflow plan data frame with instructions to make the datasets. |
sep |
character Scalar, delimiter for creating the names of new targets. |
Details
2019-01-13
Value
An evaluated workflow plan data frame of analysis targets.
[Package drake version 7.13.10 Index]