Skip to contents

Apply ESPN theme to a gt table

Usage

gt_theme_espn(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-2

Examples


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