Nothing
test_that("reproducibility shuffles", {
set.seed(1014)
f1 <- factor(c("a", "b"))
f2 <- fct_shuffle(f1)
expect_equal(levels(f2), c("a", "b"))
})
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.