Nothing
test_that("retrieveCodelist helper and tool object are available", {
retrieve_fn <- getFromNamespace("retrieveCodelist", "PatientGenerator")
tool_obj <- getFromNamespace("retrieveCodelistTool", "PatientGenerator")
result <- retrieve_fn(concept_label = "ovarian", domain = "Condition")
parsed <- jsonlite::fromJSON(result)
expect_s3_class(parsed, "data.frame")
expect_gt(nrow(parsed), 0)
expect_false(is.null(tool_obj))
})
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.