Nothing
test_that("list output sensible", {
tmp = as.list(i_diamonds, flatten = TRUE)
testthat::expect_equal(tmp$columns[[1]]$name, "carat")
testthat::expect_equal(tmp$columns[[1]]$type, "numeric")
testthat::expect_equal(tmp$has_default, FALSE)
})
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.