Description Usage Value Examples
Lookup a Concept Id
1 2 3 4 5 6 7 8 9 10 11 12 |
Concept Class object if the 'concept_id' argument is found in the Concept table. If it is not found, nothing is returned.
1 2 3 4 5 6 7 8 9 | library(tidyverse)
library(chariot)
lookup_atc_class_ingredients(atc_concept_obj = 21601787)
lisinopril_class <- get_concept(concept_id = 21601787)
lisinopril_class
lookup_atc_class_ingredients(atc_concept_obj = lisinopril_class)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.