View source: R/unionCodelists.R
| unionCodelists | R Documentation |
Generate a codelist from the union of different codelists. The generated codelist will come out in alphabetical order.
unionCodelists(x, keepOriginal = FALSE)
x |
A codelist. |
keepOriginal |
Whether to keep the original codelist (TRUE) or just return the stratified ones (FALSE). |
A codelist
library(CodelistGenerator)
cdm <- mockVocabRef()
getDrugIngredientCodes(cdm,
nameStyle = "{concept_name}") |>
unionCodelists()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.