Get college football mapping for play stats types
Value
cfbd_play_stats_types() - A data frame with 25 rows and 2 variables:
| col_name | types | description |
| play_stat_type_id | integer | CFBD play stat type identifier (used as a filter in cfbd_play_stats_player()). |
| name | character | Human-readable name of the play stat type (e.g. "Reception", "Sack", "Touchdown"). |
See also
Other CFBD PBP:
cfbd_live_plays(),
cfbd_pbp_data(),
cfbd_pbp_data_v2(),
cfbd_play_stats_player(),
cfbd_play_types(),
cfbd_plays()
Examples
# \donttest{
try(cfbd_play_stats_types())
#> ── Play stats type data from CollegeFootballData.com ───────── cfbfastR 2.3.0 ──
#> ℹ Data updated: 2026-06-09 07:54:57 UTC
#> # A tibble: 26 × 2
#> play_stat_type_id name
#> <int> <chr>
#> 1 1 Incompletion
#> 2 2 Target
#> 3 3 Pass Breakup
#> 4 4 Completion
#> 5 5 Reception
#> 6 6 Tackle
#> 7 7 Rush
#> 8 8 Fumble
#> 9 9 Fumble Forced
#> 10 10 Fumble Recovered
#> # ℹ 16 more rows
# }
