commands: Function 'commands'

Description Usage Arguments Value See Also

View source: R/ui.R

Description

Turn a collection of R expressions into a named character vector of R commands readable by plan_workflow. These commands are to generate datasets, analyze datasets, etc. You must specify the names of the fields. For example, write commands(x = data(y), z = 3) instead of commands(x, z) or commands(data(y), 3)

Usage

1

Arguments

...

Named commands

Value

the datasets, analyses, summaries, aggregates, or output argument to plan_workflow

See Also

plan_workflow


wlandau/workflowHelper documentation built on May 4, 2019, 8:45 a.m.