Get college football mapping for play stats types
Value
cfbd_play_stats_types()
- A data frame with 22 rows and 2 variables:
play_stat_type_id
: integerReferencing play stat type ID.
name
: characterType of play stats.
Examples
# \donttest{
try(cfbd_play_stats_types())
#> ── Play stats type data from CollegeFootballData.com ───────── cfbfastR 1.9.5 ──
#> ℹ Data updated: 2024-09-10 01:23:44 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
# }