View source: R/tm_g_pp_adverse_events.R
template_adverse_events | R Documentation |
Creates a valid expression to generate an adverse events table and ggplot2::ggplot()
plot using ADaM datasets.
template_adverse_events(
dataname = "ANL",
aeterm = "AETERM",
tox_grade = "AETOXGR",
causality = "AEREL",
outcome = "AEOUT",
action = "AEACN",
time = "ASTDY",
decod = NULL,
patient_id,
font_size = 12L,
ggplot2_args = teal.widgets::ggplot2_args()
)
dataname |
( |
aeterm |
( |
tox_grade |
( |
causality |
( |
outcome |
( |
action |
( |
time |
( |
decod |
( |
patient_id |
( |
font_size |
( |
ggplot2_args |
( |
a list
of expressions to generate a table or plot object.
tm_g_pp_adverse_events()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.