drug_bkdn.verif_args: Verification

Description Usage Arguments Value

View source: R/drug_bkdn.R

Description

Arguments verification for drug_bkdn.

Usage

1
2
3
4
5
6
7
drug_bkdn.verif_args(
  Rx_deliv,
  Rx_drug_code,
  Combn_drugs,
  Combn_drug_code,
  Combn_act_code
)

Arguments

Rx_deliv

Name of the table listing all prescription drugs deliveries.

Rx_drug_code

Column name of Rx_deliv that contains the combination drug unique identifiers (any format).

Combn_drugs

Name of the correspondence table listing all elementary active ingredients that make up each combination drug.

Combn_drug_code

Column name of Combn_drugs that contains the combination drug unique identifiers (same format as Rx_drug_code).

Combn_act_code

Column name of elementary active ingredients that is present in Combn_drugs (same format as Rx_drug_code).

Value

Messages, warnings or errors


polypharmacy documentation built on July 12, 2021, 5:08 p.m.