Skip to contents

MLB Stat Groups

Usage

mlb_stat_groups()

Value

Returns a tibble with the following columns

col_nametypes
stat_group_namecharacter

Examples

# \donttest{
  try(mlb_stat_groups())
#> ── MLB Stat Groups data from MLB.com ──────────────── baseballr 1.6.0 ──
#>  Data updated: 2024-01-15 11:30:43 UTC
#> # A tibble: 8 × 1
#>   stat_group_name
#>   <chr>          
#> 1 hitting        
#> 2 pitching       
#> 3 fielding       
#> 4 catching       
#> 5 running        
#> 6 game           
#> 7 team           
#> 8 streak         
# }