test_that("SOC groups are OK!", {
soc_group_names <- paste0("soc_", c(1:4, "label"))
expect_identical(names(soc_groups), soc_group_names)
expect_true(is.data.table(soc_groups))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.