This function identifies all Stats Categories identified in the regular stats endpoint.
Value
cfbd_stats_categories() A data frame with 1 variable:
| col_name | types | description |
| category | character | CFBD stats category name (e.g. passing, rushing, defensive). |
Examples
# \donttest{
try(cfbd_stats_categories())
#> ── Stat categories for CollegeFootballData.com ─────────────── cfbfastR 2.3.0 ──
#> ℹ Data updated: 2026-06-24 02:05: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
# }
