Skip to contents

This function identifies all Stats Categories identified in the regular stats endpoint.

Usage

cfbd_stats_categories()

Value

cfbd_stats_categories() A data frame with 38 values:

name

Statistics Categories

Examples

# \donttest{
   try(cfbd_stats_categories())
#> ── Stat categories for CollegeFootballData.com ─────────────── cfbfastR 1.9.5 ──
#>  Data updated: 2024-02-01 16:01:09 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
# }