| sourceCodesInUse | R Documentation | 
Get the source codes being used in patient records
sourceCodesInUse(
  cdm,
  table = c("condition_occurrence", "device_exposure", "drug_exposure", "measurement",
    "observation", "procedure_occurrence", "visit_occurrence")
)
cdm | 
 A cdm reference via CDMConnector.  | 
table | 
 cdm table of interest.  | 
A list of source codes used in the database.
cdm <- mockVocabRef("database")
x <- sourceCodesInUse(cdm = cdm)
x
CDMConnector::cdmDisconnect(cdm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.