powered by
Get the concepts being used in patient records
codesInUse( cdm, minimumCount = 0L, table = c("condition_occurrence", "device_exposure", "drug_exposure", "measurement", "observation", "procedure_occurrence", "visit_occurrence") )
A list of integers indicating codes being used in the database.
A cdm reference via CDMConnector.
Any codes with a frequency under this will be removed.
cdm table of interest.
# \donttest{ cdm <- mockVocabRef("database") x <- codesInUse(cdm = cdm) x CDMConnector::cdmDisconnect(cdm) # }
Run the code above in your browser using DataLab