lookup_top_classes: Get the Top Classes

Description Usage

View source: R/lookup_classification.R

Description

Get the top classes in the Concept Ancestor table by vocabulary with the option of filtering further for domain.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
lookup_top_classes(
  vocabulary_id,
  domain_id,
  vocab_schema = "omop_vocabulary",
  conn,
  conn_fun = "chariot::connectAthena()",
  cache_only = FALSE,
  skip_cache = FALSE,
  override_cache = FALSE,
  cache_resultset = TRUE,
  render_sql = TRUE,
  verbose = TRUE,
  sleepTime = 1
)

meerapatelmd/oldamphora documentation built on Jan. 4, 2021, 12:33 a.m.