test_that(".grab_ggplot_internals works", {
x <- ggnomics:::.grab_ggplot_internals()
test <- vapply(x, is.function, logical(1))
expect_true(all(test))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.