template_laboratory {teal.modules.clinical} | R Documentation |
Template: Patient Profile Laboratory Table
Description
Creates a valid expression to generate a patient profile laboratory table using ADaM datasets.
Usage
template_laboratory(
dataname = "ANL",
paramcd = "PARAMCD",
param = "PARAM",
anrind = "ANRIND",
timepoints = "ADY",
aval = lifecycle::deprecated(),
aval_var = "AVAL",
avalu = lifecycle::deprecated(),
avalu_var = "AVALU",
patient_id = NULL,
round_value = 0L
)
Arguments
dataname |
( |
paramcd |
( |
param |
( |
anrind |
( |
timepoints |
( |
aval |
|
aval_var |
( |
avalu |
|
avalu_var |
( |
patient_id |
( |
round_value |
( |
Value
a list
of expressions to generate a table or plot object.
See Also
[Package teal.modules.clinical version 0.10.0 Index]