Learn R Programming

teal.modules.clinical (version 0.9.0)

template_therapy: Template: Patient Profile Therapy Table and Plot

Description

Creates a valid expression to generate a patient profile therapy table and ggplot2::ggplot() plot using ADaM datasets.

Usage

template_therapy(
  dataname = "ANL",
  atirel = "ATIREL",
  cmdecod = "CMDECOD",
  cmindc = "CMINDC",
  cmdose = "CMDOSE",
  cmtrt = "CMTRT",
  cmdosu = "CMDOSU",
  cmroute = "CMROUTE",
  cmdosfrq = "CMDOSFRQ",
  cmstdy = "CMSTDY",
  cmendy = "CMENDY",
  patient_id,
  font_size = 12L,
  ggplot2_args = teal.widgets::ggplot2_args()
)

Value

a list of expressions to generate a table or plot object.

Arguments

dataname

(character)
analysis data used in teal module.

atirel

(character)
name of time relation of medication variable.

cmdecod

(character)
name of standardized medication name variable.

cmindc

(character)
name of indication variable.

cmdose

(character)
name of dose per administration variable.

cmtrt

(character)
name of reported name of drug, med, or therapy variable.

cmdosu

(character)
name of dose units variable.

cmroute

(character)
name of route of administration variable.

cmdosfrq

(character)
name of dosing frequency per interval variable.

cmstdy

(character)
name of study relative day of start of medication variable.

cmendy

(character)
name of study day of end of medication variable.

patient_id

(character)
patient ID.

font_size

(numeric)
font size value.

ggplot2_args

optional, (ggplot2_args)
object created by teal.widgets::ggplot2_args() with settings for the module plot. The argument is merged with option teal.ggplot2_args and with default module arguments (hard coded in the module body). For more details, see the vignette: vignette("custom-ggplot2-arguments", package = "teal.widgets").

See Also

tm_g_pp_therapy()