Nothing
test_that("theme functions return expected prefixes", {
expect_equal(theme_primary(), "primary")
expect_equal(theme_secondary(), "secondary")
expect_equal(theme_success(), "success")
expect_equal(theme_info(), "info")
expect_equal(theme_danger(), "danger")
expect_equal(theme_warning(), "warning")
expect_equal(theme_light(), "light")
expect_equal(theme_dark(), "dark")
})
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.