MLB Player Status Codes
Value
Returns a tibble with the following columns
col_name | types |
player_status_code | character |
player_status_description | character |
Examples
# \donttest{
mlb_player_status_codes()
#> ── MLB Player Status Codes data from MLB.com ──────── baseballr 1.2.0 ──
#> ℹ Data updated: 2022-04-30 07:16:24 UTC
#> # A tibble: 31 × 2
#> player_status_code player_status_description
#> <chr> <chr>
#> 1 DEC Deceased
#> 2 RET Retired
#> 3 ASG Assigned
#> 4 MIL Military Leave
#> 5 IN Ineligible List
#> 6 TI Temporary Inactive
#> 7 CL Claimed
#> 8 DES Des. for Assignment
#> 9 RST Restricted
#> 10 D7 7-day IL
#> # … with 21 more rows
# }