lookup_relationships: Lookup Relationships of a Set of Concepts

Description Usage Arguments See Also

View source: R/lookup_relationship.R

Description

Returns the forward relationship with concept attributes of both sides of the relationship.

Usage

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

Arguments

...

Concept ids.

check_validity

Check to ensure thet the concept ids provided exist

See Also

cli_rule list2 render


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