Learn R Programming

gtsummary (version 0.1.0)

bold_levels.fmt_table1: Bold or unbold variable levels for fmt_table1 objects in Rmarkdown

Description

Bold or unbold variable levels for fmt_table1 objects in Rmarkdown

Usage

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

Arguments

x

fmt_table1 object

...

further arguments passed to or from other methods

Examples

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

Run the code above in your browser using DataLab