tests/testthat/test-pdo-download.R

test_that("pdo_download", {
  rlang::local_options(lifecycle_verbosity = "quiet")

  expect_is(download_pdo(), "data.frame")
  expect_is(pdo_download(), "data.frame")

  lifecycle::expect_deprecated(download_pdo())
  lifecycle::expect_deprecated(pdo_download())
})

Try the rpdo package in your browser

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

rpdo documentation built on Aug. 22, 2023, 5:11 p.m.