getDomains: Get the domains available in the cdm

View source: R/vocabUtilities.R

getDomainsR Documentation

Get the domains available in the cdm

Description

Get the domains available in the cdm

Usage

getDomains(cdm, standardConcept = "Standard")

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.

Value

A vector with the domains of the cdm.

Examples


cdm <- mockVocabRef()
getDomains(cdm = cdm)


CodelistGenerator documentation built on April 11, 2025, 5:51 p.m.