tests/testthat/test-i14y_get_dataset_metadata.R

test_that("i14y_get_dataset_metadata() returns a list", {
  if (!curl::has_internet()) {
    skip("No internet connection")
  }
  list <- i14y_get_dataset_metadata(
    id = "02e34f85-14df-45b5-a38b-2f063c999481"
  )
  expect_equal(class(list), "list")
  expect_true(length(list) >= 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.