Description Usage Arguments Value See Also Examples
Repeatedly execute a quoted R expression
1 | rerun(n, expr)
|
n |
An integer that provides the desired number of executions |
expr |
A quoted R expression to be iteratively executed |
A functional list of length n
, where each element
represents one execution of expr
replicate
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.