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