context("test-theme_brain")
test_that("Check that themes are working", {
expect_is(ggseg() + theme_brain(),c("gg","ggplot"))
expect_is(ggseg() + theme_darkbrain(),c("gg","ggplot"))
expect_is(ggseg() + theme_custombrain(),c("gg","ggplot"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.