View source: R/vocabUtilities.R
getConceptClassId | R Documentation |
getConceptClassId
getConceptClassId(cdm, standardConcept = "Standard", domain = NULL)
cdm |
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. |
domain |
Vocabulary domain |
The concept class used for a given set of domains
cdm <- mockVocabRef()
getConceptClassId(cdm = cdm, domain = "drug")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.