Skip to contents

Apply Guardian theme to a gt table

Usage

gt_theme_guardian(gt_object, ...)

Arguments

gt_object

An existing gt table object of class gt_tbl

...

Optional additional arguments to gt::table_options()

Value

An object of class gt_tbl.

Figures

Function ID

1-4

Examples


library(gt)
themed_tab <- head(mtcars) %>%
  gt() %>%
  gt_theme_guardian()