Learn R Programming

PatientProfiles (version 1.3.1)

startDateColumn: Get the name of the start date column for a certain table in the cdm

Description

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

Usage

startDateColumn(tableName)

Value

Name of the start date column in that table.

Arguments

tableName

Name of the table.

Examples

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

Run the code above in your browser using DataLab