From a9ba3dee434454365c4943a3a18d8369f0c00e86 Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Thu, 11 Jul 2024 21:19:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vignettes/theme.aagi.Rmd | 1 + 1 file changed, 1 insertion(+) 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")