View source: R/tm_g_pp_vitals.R
template_vitals | R Documentation |
Creates a valid expression to generate a patient profile vitals ggplot2::ggplot()
plot using ADaM datasets.
template_vitals(
dataname = "ANL",
paramcd = "PARAMCD",
paramcd_levels = c("SYSBP", "DIABP", "PUL", "RESP", "OXYSAT", "WGHT", "TEMP"),
xaxis = "ADY",
aval = lifecycle::deprecated(),
aval_var = "AVAL",
patient_id,
font_size = 12L,
ggplot2_args = teal.widgets::ggplot2_args()
)
dataname |
( |
paramcd |
( |
paramcd_levels |
( |
xaxis |
( |
aval |
|
aval_var |
( |
patient_id |
( |
font_size |
( |
ggplot2_args |
( |
a list
of expressions to generate a table or plot object.
tm_g_pp_vitals()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.