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