ho_reduce_to_components: Reduce All HemOnc Concepts to Component

Description Usage Arguments See Also

View source: R/ho_harmonize.R

Description

This function takes a mix of HemOnc Regimen and HemOnc Component Concepts and returns back all the unique HemOnc Components associated with the combination.

Usage

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

Arguments

...

HemOnc Concept Class objects or Concept Ids of either Regimen or Component concept classes.

See Also

filter,select


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