Skip to contents

MLB Player Status Codes

Usage

mlb_player_status_codes()

Value

Returns a tibble with the following columns

col_nametypes
player_status_codecharacter
player_status_descriptioncharacter

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
# }