Learn R Programming

PatientProfiles (version 1.4.2)

standardConceptIdColumn: Get the name of the standard concept_id column for a certain table in the cdm

Description

Get the name of the standard concept_id column for a certain table in the cdm

Usage

standardConceptIdColumn(tableName)

Value

Name of the concept_id column in that table.

Arguments

tableName

Name of the table.

Examples

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

Run the code above in your browser using DataLab