Skip to contents

MLB Runner Detail Types

Usage

mlb_runner_detail_types()

Value

Returns a tibble with the following columns

col_nametypes
stat_namecharacter

Examples

# \donttest{
  try(mlb_runner_detail_types())
#> ── MLB Runner Detail Types data from MLB.com ──────── baseballr 1.6.0 ──
#>  Data updated: 2024-01-15 11:30:34 UTC
#> # A tibble: 31 × 1
#>    stat_name          
#>    <chr>              
#>  1 r_force_out        
#>  2 r_adv_force        
#>  3 r_adv_throw        
#>  4 r_doubled_off      
#>  5 r_thrown_out       
#>  6 r_tagged_out       
#>  7 r_out_stretching   
#>  8 r_appeal_left_early
#>  9 r_rfc              
#> 10 r_out_appeal       
#> # ℹ 21 more rows
# }