Nothing
test_that("multiplication works", {
skip_on_cran()
cdm <- mockCohortCharacteristics() |>
copyCdm()
result <- summariseCharacteristics(cdm$cohort1)
expect_no_error(apc <- availablePlotColumns(result))
expect_no_error(atc <- availableTableColumns(result))
dropCreatedTables(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.