Skip to contents

Get college football mapping for play stats types

Usage

cfbd_play_stats_types()

Value

cfbd_play_stats_types() - A data frame with 22 rows and 2 variables:

play_stat_type_id: integer

Referencing play stat type ID.

name: character

Type of play stats.

Examples

# \donttest{
  try(cfbd_play_stats_types())
#> ── Play stats type data from CollegeFootballData.com ───────── cfbfastR 1.9.5 ──
#>  Data updated: 2024-02-01 16:00:49 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
# }