Nothing
test_that("sample_vec takes a single sample by default", {
expect_equal(sample_vec(1L), 1L)
expect_equal(sample_vec(c(5L, 5L)), 5L)
})
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.