Skip to content

Commit

Permalink
Add another missing library call
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks authored Jul 11, 2024
1 parent 1473c6f commit 539df23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vignettes/theme.aagi.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ Using the `airquality` data set, and adding a text column to illustrate how text

```{r flextable}
library("flextable")
library("dplyr")
ft <- flextable(head(airquality) |>
mutate(`Month Name` = "May"))
ft <- theme_ft_aagi(ft)
Expand Down

0 comments on commit 539df23

Please sign in to comment.