R/gt_add_title.R

Defines functions gt_add_title

gt_add_title <- function(x, text) {

  out <- x %>%
    gt::tab_header(
      title = text
    )

  out
}
seblammers/slx documentation built on Jan. 29, 2022, 2:58 a.m.