repeat_n: Replication for randomization and resampling

Description Usage Arguments Value

Description

Replication for randomization and resampling

Usage

1
2
repeat_n(expr, n = 1, cull = cull_for_repeat,
  combine = combine_for_repeat, names = NULL, ...)

Arguments

expr

and expression to be repeated

n

an integer number of times to repeat

cull

a function for culling the results of each evaluation of expr

names

names for columns of the returned object

...

additional arguments (currently ignored)

Value

a list or data frame containing the (culled) restuls of the repetition


ProjectMOSAIC/repeatR documentation built on May 8, 2019, 3:11 p.m.