tests/testthat/test-i14y_get_codelist.R

test_that("i14y_get_codelist() returns a none empty data.frame", {
  if (!curl::has_internet()) {
    skip("No internet connection")
  }
  df <- i14y_get_codelist(
    id = "08d94604-e058-62a2-aa25-53f84b974201" # for DV_NOGA_DIVISION
  )
  expect_s3_class(df, "data.frame")
  expect_true(nrow(df) > 1)
})

Try the I14Y package in your browser

Any scripts or data that you put into this service are public.

I14Y documentation built on Aug. 8, 2025, 7:23 p.m.