Skip to contents

MLB Stat Types

Usage

mlb_stat_types()

Value

Returns a tibble with the following columns

col_nametypes
stat_type_namecharacter

Examples

# \donttest{
  try(mlb_stat_types())
#> ── MLB Stat Types data from MLB.com ───────────────── baseballr 1.6.0 ──
#>  Data updated: 2024-04-13 21:56:47 UTC
#> # A tibble: 57 × 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
#> # ℹ 47 more rows
# }