rerun: Repeatedly execute a quoted R expression

Description Usage Arguments Value See Also Examples

Description

Repeatedly execute a quoted R expression

Usage

1
rerun(n, expr)

Arguments

n

An integer that provides the desired number of executions

expr

A quoted R expression to be iteratively executed

Value

A functional list of length n, where each element represents one execution of expr

See Also

replicate

Examples

1
rerun(10, quote(rnorm(1)))

michaelquinn32/lambdaList documentation built on May 22, 2019, 9:52 p.m.