Rdocumentation
powered by
Learn R Programming
harvestr (version 0.3)
reap: Call a function continuing the random number stream.
Description
Call a function continuing the random number stream.
Usage
reap(x, fun, ..., cache = FALSE)
Arguments
x
an object
fun
a function to call on object
...
passed onto function
cache
use cache, see Caching in
link{harvestr}
See Also
withpseed
,
harvest
, and
with