Nothing
test_that("Test theme", {
library(ggplot2)
b1 <- ggplot()
b2 <- ggplot() +
theme_tidybde()
expect_false(identical(b1, b2))
})
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.