Nothing
test_that("theme elements can be registered", {
expect_in("legendry.bracket", names(get_element_tree()))
ggplot2::reset_theme_settings()
expect_false("legendry.bracket" %in% names(get_element_tree()))
register_legendry_elements()
expect_in("legendry.bracket", names(get_element_tree()))
})
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.