View source: R/vocabUtilities.R
getRelationshipId | R Documentation |
Get relationship ID values from the concept relationship table
getRelationshipId(
cdm,
standardConcept1 = "standard",
standardConcept2 = "standard",
domains1 = "condition",
domains2 = "condition"
)
cdm |
A cdm reference |
standardConcept1 |
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. |
standardConcept2 |
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. |
domains1 |
Character vector with one or more of the OMOP CDM domain. |
domains2 |
Character vector with one or more of the OMOP CDM domain. |
A character vector with unique values
cdm <- mockVocabRef()
getRelationshipId(cdm = cdm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.