Skip to contents

Get the name of the end date column for a certain table in the cdm

Usage

endDateColumn(tableName)

Arguments

tableName

Name of the table.

Value

Name of the end date column in that table.

Examples

# \donttest{
library(PatientProfiles)
endDateColumn("condition_occurrence")
#> [1] "condition_end_date"
# }