Learn R Programming

PatientProfiles (version 1.4.2)

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

Description

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

Usage

endDateColumn(tableName)

Value

Name of the end date column in that table.

Arguments

tableName

Name of the table.

Examples

Run this code
# \donttest{
library(PatientProfiles)
endDateColumn("condition_occurrence")
# }

Run the code above in your browser using DataLab