reps: Function 'reps'

Description Usage Arguments Value See Also

View source: R/ui.R

Description

Replicate commands. For example, if x <- commands(data1 = rnorm(5), data2 = rpois(5,1)), then reps(x, 2) is

Usage

1
reps(x, reps = 2)

Arguments

x

Character vector of commands, possibly returned from the commands function or strings function.

reps

Number of replicates.

Value

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

See Also

commands


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