Nothing
test_that('restoring the random seed works', {
if (!exists('.Random.seed')) RNGkind()
seed <- .Random.seed
first <- with_seed(0, rnorm(10))
second <- with_seed(0, rnorm(10))
expect_equal(.Random.seed, seed)
expect_equal(first, second)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.