MLB Standings Types
Value
Returns a tibble with the following columns
col_name | types |
standings_type_name | character |
standings_type_description | character |
Examples
# \donttest{
try(mlb_standings_types())
#> ── MLB Standings Types data from MLB.com ──────────── baseballr 1.2.0 ──
#> ℹ Data updated: 2022-04-30 07:16:37 UTC
#> # A tibble: 12 × 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
# }