test_that("ggseg_atlas_repos works", {
repos <- ggseg_atlas_repos()
testthat::expect_equal(names(repos),
c("repo", "ggseg", "ggseg3d", "source", "comment", "package"))
testthat::expect_equal(nrow(repos), 10)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.