Learn R Programming

gtsummary (version 0.1.0)

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

Description

Bold or unbold variable labels for fmt_uni_regression objects in Rmarkdown

Usage

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

Arguments

x

fmt_uni_regression object

...

further arguments passed to or from other methods

Examples

Run this code
# NOT RUN {
trial %>%
  fmt_uni_regression(
    method = "glm",
    y = "response",
    method.args = list(family = binomial),
    exponentiate = TRUE
  ) %>%
  bold_labels()
# }

Run the code above in your browser using DataLab