This function identifies all Stats Categories identified in the regular stats endpoint.
Examples
# \donttest{
try(cfbd_stats_categories())
#> ── Stat categories for CollegeFootballData.com ─────────────── cfbfastR 1.9.5 ──
#> ℹ Data updated: 2024-09-10 01:24:12 UTC
#> # A tibble: 38 × 1
#> category
#> <chr>
#> 1 completionAttempts
#> 2 defensiveTDs
#> 3 extraPoints
#> 4 fieldGoalPct
#> 5 fieldGoals
#> 6 firstDowns
#> 7 fourthDownEff
#> 8 fumblesLost
#> 9 fumblesRecovered
#> 10 interceptions
#> # ℹ 28 more rows
# }