Nothing
test_that("theme_solid works", {
thm <- theme_solid(fill = "red")
expect_s3_class(thm, "theme")
expect_equal(thm$rect$fill, "red")
})
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.