Learn R Programming

gtsummary (version 0.1.0)

bold_labels.fmt_table1: Bold or unbold variable labels for fmt_table1 objects in Rmarkdown

Description

Bold or unbold variable labels for fmt_table1 objects in Rmarkdown

Usage

# S3 method for fmt_table1
bold_labels(x, ...)

Arguments

x

fmt_table1 object

...

further arguments passed to or from other methods

Examples

Run this code
# NOT RUN {
trial %>% fmt_table1() %>% bold_labels()
# }

Run the code above in your browser using DataLab