codesInUse | R Documentation |
Use achilles counts to get codes used in the database
codesInUse(
cdm,
minimumCount = 0,
table = c("condition_occurrence", "device_exposure", "drug_exposure", "measurement",
"observation", "procedure_occurrence", "visit_occurrence")
)
cdm |
cdm_reference via CDMConnector |
minimumCount |
Any codes with a frequency under this will be removed. |
table |
cdm table |
A list of integers indicating codes being used in the database.
cdm <- mockVocabRef("database")
x <- codesInUse(cdm = cdm)
x
CDMConnector::cdmDisconnect(cdm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.