Nothing
test_that("errors for mock", {
skip_on_cran()
expect_error(mockPatientProfiles(con = "aasa"))
expect_no_error(cdm <- mockPatientProfiles())
expect_true(inherits(cdm, "cdm_reference"))
mockDisconnect(cdm = cdm)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.