powered by
gt
Apply dark theme to a gt table
gt_theme_dark(gt_object, ...)
An object of class gt_tbl.
gt_tbl
An existing gt table object of class gt_tbl
Optional additional arguments to gt::table_options()
gt::table_options()
1-6
Other Themes: gt_plt_bullet(), gt_plt_conf_int(), gt_plt_dot(), gt_theme_538(), gt_theme_dot_matrix(), gt_theme_espn(), gt_theme_excel(), gt_theme_guardian(), gt_theme_nytimes(), gt_theme_pff()
gt_plt_bullet()
gt_plt_conf_int()
gt_plt_dot()
gt_theme_538()
gt_theme_dot_matrix()
gt_theme_espn()
gt_theme_excel()
gt_theme_guardian()
gt_theme_nytimes()
gt_theme_pff()
library(gt) dark_tab <- head(mtcars) %>% gt() %>% gt_theme_dark() %>% tab_header(title = "Dark mode table")
Run the code above in your browser using DataLab