tests/testthat/test-get_agencies.R

test_that("output is tibble", {
  skip_on_cran()
  expect_is(get_agencies(), "tbl_df")
})


test_that("output is tibble", {
  skip_on_cran()
  expect_is(get_agencies("CDC"),
            "tbl_df")
})
iecastro/healthdatacsv documentation built on Nov. 10, 2020, 2:37 a.m.