Get the name of the standard concept_id column for a certain table in the cdm
Source:R/addIntersect.R
standardConceptIdColumn.Rd
Get the name of the standard concept_id column for a certain table in the cdm
Examples
# \donttest{
library(PatientProfiles)
standardConceptIdColumn("condition_occurrence")
#> [1] "condition_concept_id"
# }