Learn R Programming

PatientProfiles (version 1.4.2)

sourceConceptIdColumn: Get the name of the source concept_id column for a certain table in the cdm

Description

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

Usage

sourceConceptIdColumn(tableName)

Value

Name of the source_concept_id column in that table.

Arguments

tableName

Name of the table.

Examples

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

Run the code above in your browser using DataLab