Skip to contents

MLB Stat Types

Usage

mlb_stat_types()

Value

Returns a tibble with the following columns

col_nametypesdescription
stat_type_namecharacterStat type display name (e.g., projected).

Examples

# \donttest{
  try(mlb_stat_types())
#> ── MLB Stat Types data from MLB.com ───────────────── baseballr 2.0.0 ──
#>  Data updated: 2026-06-12 14:09:54 UTC
#> # A tibble: 61 × 1
#>    stat_type_name     
#>    <chr>              
#>  1 projected          
#>  2 projectedRos       
#>  3 yearByYear         
#>  4 yearByYearAdvanced 
#>  5 yearByYearPlayoffs 
#>  6 season             
#>  7 standard           
#>  8 advanced           
#>  9 career             
#> 10 careerRegularSeason
#> # ℹ 51 more rows
# }