drake (version 7.3.0)

plan_analyses: Deprecated.

Description

Use drake_plan() instead. See https://ropenscilabs.github.io/drake-manual/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 command column must have the dataset__ wildcard where the datasets go. For example, one command could be lm(dataset__). Then, the commands in the output will include lm(your_dataset_1), lm(your_dataset_2), etc.

datasets

Workflow plan data frame with instructions to make the datasets.

sep

character Scalar, delimiter for creating the names of new targets.

Value

An evaluated workflow plan data frame of analysis targets.

Details

2019-01-13

Examples

Run this code
# NOT RUN {
# Deprecated
# }

Run the code above in your browser using DataCamp Workspace