Learn R Programming

gtsummary (version 0.1.0)

italicize_labels.fmt_table1: Italicize or unitalicize labels for fmt_table1 objects in Rmarkdown

Description

Italicize or unitalicize labels for fmt_table1 objects in Rmarkdown

Usage

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

Arguments

x

fmt_table1 object

...

further arguments passed to or from other methods

Examples

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

Run the code above in your browser using DataLab