tests/testthat/test-mockPatientProfiles.R

test_that("errors for mock", {
  skip_on_cran()
  expect_no_error(cdm <- mockPatientProfiles(source = "local"))
  expect_no_error(cdm <- mockPatientProfiles(source = "duckdb"))
  expect_true(inherits(cdm, "cdm_reference"))
})

Try the PatientProfiles package in your browser

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

PatientProfiles documentation built on Nov. 5, 2025, 7:05 p.m.