Skip to content

Commit

Permalink
Add missing library call
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks authored Jul 11, 2024
1 parent ccd49d0 commit 1473c6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vignettes/theme.aagi.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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("flextable")
ft <- flextable(head(airquality) |>
mutate(`Month Name` = "May"))
ft <- theme_ft_aagi(ft)
Expand Down

0 comments on commit 1473c6f

Please sign in to comment.