powered by
Get the domains available in the cdm
getDomains(cdm, standardConcept = "Standard")
A vector with the domains of the cdm.
A cdm reference via CDMConnector.
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.
# \donttest{ cdm <- mockVocabRef() getDomains(cdm = cdm) # }
Run the code above in your browser using DataLab