Description Usage Arguments Value Functions Example Output Author(s) See Also Examples
Bold or Italicize labels or levels in gtsummary tables
1 2 3 4 5 6 7 | bold_labels(x)
bold_levels(x)
italicize_labels(x)
italicize_levels(x)
|
x |
Object created using gtsummary functions |
Functions return the same class of gtsummary object supplied
bold_labels
: Bold labels in gtsummary tables
bold_levels
: Bold levels in gtsummary tables
italicize_labels
: Italicize labels in gtsummary tables
italicize_levels
: Italicize levels in gtsummary tables
Daniel D. Sjoberg
Other tbl_summary tools:
add_n.tbl_summary()
,
add_overall()
,
add_p.tbl_summary()
,
add_q()
,
add_stat_label()
,
inline_text.tbl_summary()
,
inline_text.tbl_survfit()
,
modify
,
tbl_merge()
,
tbl_stack()
,
tbl_summary()
Other tbl_regression tools:
add_global_p()
,
add_q()
,
combine_terms()
,
inline_text.tbl_regression()
,
modify
,
tbl_merge()
,
tbl_regression()
,
tbl_stack()
Other tbl_uvregression tools:
add_global_p()
,
add_q()
,
inline_text.tbl_uvregression()
,
modify
,
tbl_merge()
,
tbl_stack()
,
tbl_uvregression()
1 2 3 4 5 6 7 | tbl_bold_ital_ex <-
trial[c("trt", "age", "grade")] %>%
tbl_summary() %>%
bold_labels() %>%
bold_levels() %>%
italicize_labels() %>%
italicize_levels()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.