ds_join_on_ingredient: Get the Staged Drug Strengths by Ingredient

Description Usage Arguments

View source: R/ds_join.R

Description

Join the staged calculations in the Drug Strength Staged table by 'ingredient_concept_id'.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
ds_join_on_ingredient(
  data,
  ingredient_concept_id_col = "drug_concept_id",
  conn,
  conn_fun = "connectAthena()",
  ds_schema = "patelm9",
  verbose = TRUE,
  render_sql = TRUE,
  render_only = FALSE
)

Arguments

ds_schema

Schema for the Drug Strength Staged table, Default: 'patelm9'


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