Learn R Programming

CodelistGenerator (version 3.5.0)

getDomains: Get the domains available in the cdm

Description

Get the domains available in the cdm

Usage

getDomains(cdm, standardConcept = "Standard")

Value

A vector with the domains of the cdm.

Arguments

cdm

A cdm reference via CDMConnector.

standardConcept

Character vector with one or more of "Standard", "Classification", and "Non-standard". These correspond to the flags used for the standard_concept field in the concept table of the cdm.

Examples

Run this code
# \donttest{
cdm <- mockVocabRef()
getDomains(cdm = cdm)
# }

Run the code above in your browser using DataLab