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