addCdmName | R Documentation |
Add cdm name
addCdmName(table, cdm = omopgenerics::cdmReference(table))
table |
Table in the cdm |
cdm |
A cdm reference object |
Table with an extra column with the cdm names
library(PatientProfiles)
cdm <- mockPatientProfiles()
cdm$cohort1 %>%
addCdmName()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.