theme_gtsummary_roche {crane} | R Documentation |
Roche Theme
Description
A gtsummary theme for Roche tables
Calls the
gtsummary::theme_gtsummary_compact()
theme.Uses
label_roche_pvalue()
as the default formatting function for all p-values.Defaults to a mono-spaced font for gt tables.
Usage
theme_gtsummary_roche(set_theme = TRUE, font_size = NULL)
Arguments
set_theme |
(scalar |
font_size |
(scalar |
Value
theme list
Examples
theme_gtsummary_roche()
tbl_demographics(gtsummary::trial, by = trt, include = c(age, grade))
gtsummary::reset_gtsummary_theme()
[Package crane version 0.1.0 Index]