We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fd705 commit bdf1f96Copy full SHA for bdf1f96
vignettes/theme-helpers.qmd
@@ -95,6 +95,7 @@ Demonstrates a gt table with light green background and black foreground.
95
#| warning: false
96
library(gt)
97
library(quarto)
98
+library(dplyr)
99
100
green_black_theme <- theme_colors_gt('#a5f7d6', '#020202')
101
0 commit comments