Nothing
test_that("mock vocab db", {
cdmDb <- mockVocabRef("database")
cdmDF <- mockVocabRef("data_frame")
conceptFromDb <- cdmDb$concept %>% dplyr::collect()
conceptFromDf <- cdmDF$concept %>% dplyr::collect()
expect_equal(conceptFromDb,
conceptFromDf,
ignore_attr = TRUE)
CDMConnector::cdm_disconnect(cdm = cdmDb)
})
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.