lookup_atc_class_ingredients: Lookup the RxNorm Ingredients of an ATC Class

Description Usage See Also Examples

View source: R/x_lookup_atc_class_ingredients.R

Description

List all the RxNorm Ingredients that belong to an ATC Class.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
lookup_atc_class_ingredients(
  conn,
  conn_fun = "connectAthena()",
  vocab_schema = "omop_vocabulary",
  atc_concept_obj,
  cache_only = FALSE,
  skip_cache = FALSE,
  override_cache = FALSE,
  render_sql = FALSE,
  verbose = FALSE,
  sleepTime = 1
)

See Also

cli_h1,cli_alert render

Examples

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)

patelm9/chariot documentation built on Feb. 19, 2022, 11:29 a.m.