View source: R/tm_g_pp_patient_timeline.R
template_patient_timeline | R Documentation |
Creates a valid expression to generate a patient profile timeline ggplot2::ggplot()
plot using ADaM datasets.
template_patient_timeline(
dataname = "ANL",
aeterm = "AETERM",
aetime_start = "ASTDTM",
aetime_end = "AENDTM",
dstime_start = "CMASTDTM",
dstime_end = "CMAENDTM",
cmdecod = "CMDECOD",
aerelday_start = NULL,
aerelday_end = NULL,
dsrelday_start = NULL,
dsrelday_end = NULL,
relative_day = FALSE,
patient_id,
font_size = 12L,
ggplot2_args = teal.widgets::ggplot2_args()
)
dataname |
( |
aeterm |
( |
aetime_start |
( |
aetime_end |
( |
dstime_start |
( |
dstime_end |
( |
cmdecod |
( |
aerelday_start |
( |
aerelday_end |
( |
dsrelday_start |
( |
dsrelday_end |
( |
relative_day |
( |
patient_id |
( |
font_size |
( |
ggplot2_args |
( |
a list
of expressions to generate a table or plot object.
tm_g_pp_patient_timeline()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.