Skip to contents

MLB Game Types

Usage

mlb_game_types()

Value

Returns a tibble with the following columns

col_nametypes
game_type_idcharacter
game_type_descriptioncharacter

Examples

# \donttest{
  try(mlb_game_types())
#> ── MLB Game Types data from MLB.com ───────────────── baseballr 1.6.0 ──
#>  Data updated: 2024-04-13 21:56:18 UTC
#> # A tibble: 12 × 2
#>    game_type_id game_type_description     
#>    <chr>        <chr>                     
#>  1 S            Spring Training           
#>  2 R            Regular Season            
#>  3 F            Wild Card Game            
#>  4 D            Division Series           
#>  5 L            League Championship Series
#>  6 W            World Series              
#>  7 C            Championship              
#>  8 N            Nineteenth Century Series 
#>  9 P            Playoffs                  
#> 10 A            All-Star Game             
#> 11 I            Intrasquad                
#> 12 E            Exhibition                
# }