Nothing
test_that("can truncate strings", {
expect_equal(str_trunc("abcdef", 10), "abcdef")
expect_equal(str_trunc("abcdef", 4), "a...")
})
test_that("minimal html doesn't change unexpectedly", {
expect_snapshot(cat(as.character(minimal_html("<p>Hi"))))
})
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.