diff --git a/vignettes/theme.aagi.Rmd b/vignettes/theme.aagi.Rmd index d1b358d..ea5ad71 100644 --- a/vignettes/theme.aagi.Rmd +++ b/vignettes/theme.aagi.Rmd @@ -56,6 +56,7 @@ Creating AAGI themed tables requires using {flextable}. Using the `airquality` data set, and adding a text column to illustrate how text columns are handled, here's how to apply an AAGI theme to a table. ```{r flextable} +library("theme.aagi") library("flextable") library("dplyr")