Skip to content

Commit

Permalink
Remove gt example, doesn't work in README
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Dec 13, 2024
1 parent 58546e9 commit f959dea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 487 deletions.
15 changes: 0 additions & 15 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,6 @@ ft <- theme_ft_aagi(ft)
ft
```

#### Creating Themed {gt} Outputs

You can use it like so with {gt}.

```{r gt-tabular}
library(AAGIThemes)
library(dplyr)
library(gt)
gt <- head(airquality) |>
mutate(`Month Name` = "May") |>
gt()
gt <- theme_gt_aagi(gt)
gt
```

### Plots and graphs

{AAGIThemes} provides several functions to assist users in creating plots, charts and graphs with a more unified AAGI style.
Expand Down
Loading

0 comments on commit f959dea

Please sign in to comment.