View source: R/vocabUtilities.R
getDomains | R Documentation |
Get the domains available in the cdm
getDomains(cdm, standardConcept = "Standard")
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. |
A vector with the domains of the cdm.
cdm <- mockVocabRef()
getDomains(cdm = cdm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.