Nothing
p <- ggplot2::ggplot(ggplot2::mpg, ggplot2::aes(class)) + geom_bar_rounded()
test_that("geom_bar_rounded() works", {
vdiffr::expect_doppelganger("geom-bar-rounded", p)
})
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.