with_seed {arkhe} | R Documentation |
Evaluate an Expression with a Temporarily Seed
Description
Evaluate an Expression with a Temporarily Seed
Usage
with_seed(expr, seed, ..., envir = parent.frame(), rounding = TRUE)
Arguments
expr |
An |
seed |
A single value to be passed to |
... |
Further arguments to be passed to |
envir |
The environment in which |
rounding |
A |
Value
The results of expr
evaluated.
See Also
[Package arkhe version 1.9.0 Index]