Nothing
test_that("output test", {
expect_snapshot({
pillar(as.list(1:3))
pillar(list(1:3, NULL))
pillar(add_special(list(1:3)))
pillar(list(trees), width = 10)
})
local_colors()
expect_snapshot({
pillar(list(data.frame()), width = 11)
pillar(list(data.frame()), width = 12)
})
})
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.