Nothing
test_that("mock mgus2 as a cdm reference", {
skip_on_cran()
cdm <- mockMGUS2cdm()
expect_true(cdm$person %>%
dplyr::tally() %>%
dplyr::pull("n") ==
survival::mgus2 %>%
dplyr::tally() %>%
dplyr::pull("n"))
CDMConnector::cdmDisconnect(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.