View source: R/compareCodelists.R
compareCodelists | R Documentation |
Compare two codelists
compareCodelists(codelist1, codelist2)
codelist1 |
Output of getCandidateCodes |
codelist2 |
Output of getCandidateCodes |
tibble
cdm <- mockVocabRef()
codes1 <- getCandidateCodes(
cdm = cdm,
keywords = "Arthritis",
domains = "Condition",
includeDescendants = TRUE
)
codes2 <- getCandidateCodes(
cdm = cdm,
keywords = c("knee osteoarthritis", "arthrosis"),
domains = "Condition",
includeDescendants = TRUE
)
compareCodelists(
codelist1 = codes1,
codelist2 = codes2
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.