tests/testthat/test-ids_get_ed.R

test_that("ids_get_ed works with custom table name", {
  skip_if_offline()

  result <- ids_get_ed(table = "counterparts")

  expect_s3_class(result, "data.frame")
  expect_gt(nrow(result), 0)
})

Try the wbids package in your browser

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

wbids documentation built on Dec. 20, 2025, 9:06 a.m.