Get college football mapping for play stats types
Value
cfbd_play_stats_types()
- A data frame with 25 rows and 2 variables:
play_stat_type_id
: integerReferencing play stat type ID.
name
: characterType of play stats.
See also
Other CFBD PBP:
cfbd_live_plays()
,
cfbd_pbp_data()
,
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.0.0 ──
#> ℹ Data updated: 2025-08-30 00:55:48 UTC
#> # A tibble: 25 × 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
#> # ℹ 15 more rows
# }