View source: R/set_test_seed.R
| set_test_seed | R Documentation |
In order for tests to be compatible with R versions < 3.6.0,
we set the sample.kind argument in set.seed()
to "Rounding" when using R versions >= 3.6.0.
set_test_seed(seed = 42, ...)
seed |
Random |
... |
Named arguments to |
Initially contributed by R. Mark Sharp (github: @rmsharp).
NULL.
Ludvig Renbo Olsen, r-pkgs@ludvigolsen.dk
R. Mark Sharp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.