tests/testthat/test-soc_groups.R

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))
})
eworx-org/iscoCrosswalks documentation built on May 24, 2022, 2:31 a.m.