Nothing
test_that("has_sparse_elements() works", {
expect_false(has_sparse_elements(mtcars))
mtcars$sparse <- sparse_integer(1, 1, 32)
expect_true(has_sparse_elements(mtcars))
})
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.