MLB Runner Detail Types
Examples
# \donttest{
try(mlb_runner_detail_types())
#> ── MLB Runner Detail Types data from MLB.com ──────── baseballr 1.2.0 ──
#> ℹ Data updated: 2022-04-30 07:16:27 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
#> # … with 21 more rows
# }