Learn R Programming

drake (version 3.0.0)

expand: Function expand

Description

Expands a workflow plan data frame by duplicating rows. This generates multiple replicates of targets with the same commands.

Usage

expand(plan, values = NULL)

Arguments

plan

workflow plan data frame

values

values to expand over. These will be appended to the names of the new targets.

Value

an expanded workflow plan data frame