This function identifies all Stats Categories identified in the regular stats endpoint.
See also
Other CFBD Stats:
cfbd_stats_game_advanced()
,
cfbd_stats_season_advanced()
,
cfbd_stats_season_player()
,
cfbd_stats_season_team()
Examples
# \donttest{
try(cfbd_stats_categories())
#> ── Stat categories for CollegeFootballData.com ─────────────── cfbfastR 2.0.0 ──
#> ℹ Data updated: 2025-08-30 00:56:08 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
# }