set_seed | R Documentation |
Wrapper for set.seed function in R.
set_seed(.seed = 12345, .parallel = FALSE)
.seed |
The number for the random number generation. |
.parallel |
Logical. Whether to set seed for parallel computation. |
Nothing.
## Not run:
set_seed(.seed = 12345,
.parallel = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.