ho_lookup_regimen: Look up a HemOnc Regimen

Description Usage Arguments See Also

View source: R/hemonc.R

Description

Look up a HemOnc Regimen that Corresponds to the set of HemOnc Components provided by Id. This function takes a set list of HemOnc Components and finds all the HemOnc Regimens that contain these Components in the CONCEPT_RELATIONSHIP table. The resultset is then filtered for the HemOnc Regimens that have the same exact number of Components as the length of the 'component_concept_ids' parameter.

Usage

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

Arguments

...

Additional arguments passed to the query_athena function.

component_concept_ids

integer vector of length 1 or greater of all the Component Concept Ids belonging to any regimen to map to a HemOnc Regimen.

See Also

render select,mutate-joins reduce


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