Nothing
test_that("with and without title", {
expect_snapshot({
pillar(add_special(10^(1:6)))
pillar(add_special(10^(1:6)), title = "crayon")
pillar(add_special(10^(1:6)), title = "short")
pillar(add_special(10^(1:6)), title = "somewhat_wider")
pillar(add_special(10^(1:6)), title = "exactly_fifteen")
pillar(add_special(10^(1:6)), title = "absolutely_breaking_all_sensible_boundaries", width = 18)
})
})
test_that("ellipsis has width 1", {
expect_equal(get_extent(get_ellipsis()), 1)
})
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.