ds_process_map_table: Process the Unit Concept Ids in the Drug Strength Table

Description Usage Value See Also

View source: R/ds_process.R

Description

Map 'amount_unit_concept_id', 'numerator_unit_concept_id', 'denominator_unit_concept_id“ their respective concept names and store in a table.

Usage

1
2
3
4
5
6
7
8
9
ds_process_map_table(
  conn,
  conn_fun = "connectAthena()",
  vocab_schema = "omop_vocabulary",
  write_schema = "patelm9",
  verbose = TRUE,
  render_sql = TRUE,
  render_only = FALSE
)

Value

A 'ds_unit_map' table in 'write_schema'. If it already exists, it will be rewritten.

See Also

render

Other drug strength functions: ds_lookup_ucum(), ds_process_drug_table(), ds_process(), ds_stage_unit_fraction(), ds_stage_value_fraction(), ds_stage()

Other drug strength processing functions: ds_process_drug_table()


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