Skip to contents

MLB Standings Types

Usage

mlb_standings_types()

Value

Returns a tibble with the following columns

col_nametypes
standings_type_namecharacter
standings_type_descriptioncharacter

Examples

# \donttest{
  try(mlb_standings_types())
#> ── MLB Standings Types data from MLB.com ──────────── baseballr 1.6.0 ──
#>  Data updated: 2024-04-13 21:56:47 UTC
#> # A tibble: 13 × 2
#>    standings_type_name standings_type_description                       
#>    <chr>               <chr>                                            
#>  1 regularSeason       Regular Season Standings                         
#>  2 wildCard            Wild card standings                              
#>  3 divisionLeaders     Division Leader standings                        
#>  4 wildCardWithLeaders Wild card standings with Division Leaders        
#>  5 firstHalf           First half standings.  Only valid for leagues wi…
#>  6 secondHalf          Second half standings. Only valid for leagues wi…
#>  7 springTraining      Spring Training Standings                        
#>  8 postseason          Postseason Standings                             
#>  9 byDivision          Standings by Division                            
#> 10 byConference        Standings by Conference                          
#> 11 byLeague            Standings by League                              
#> 12 byOrganization      Standing by Organization                         
#> 13 currentHalf         Current Half Standings. Returns standings in the…
# }