test_that("dg_regions$id is of type 'character'", {
expect_type(dg_regions[["id"]], "character")
expect_identical(dg_regions[["id"]], unique(dg_regions[["id"]]))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.