powered by
Generate a codelist from the union of different codelists. The generated codelist will come out in alphabetical order.
unionCodelists(x, keepOriginal = FALSE)
A codelist
A codelist.
Whether to keep the original codelist (TRUE) or just return the stratified ones (FALSE).
# \donttest{ library(CodelistGenerator) cdm <- mockVocabRef() getDrugIngredientCodes(cdm, nameStyle = "{concept_name}") |> unionCodelists() # }
Run the code above in your browser using DataLab