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{
try(mlb_player_status_codes())
#> ── MLB Player Status Codes data from MLB.com ──────── baseballr 1.6.0 ──
#> ℹ Data updated: 2024-04-13 21:56:38 UTC
#> # A tibble: 36 × 2
#> player_status_code player_status_description
#> <chr> <chr>
#> 1 A Active
#> 2 D7 7-day IL
#> 3 D10 10-day IL
#> 4 D15 15-day IL
#> 5 D60 60-day IL
#> 6 D0 0-day IL
#> 7 ILF Full Season IL
#> 8 RM Reassigned
#> 9 RA Rehab
#> 10 DEV Development List
#> # ℹ 26 more rows
# }