MLB Review Reasons
Value
Returns a tibble with the following columns
col_name | types |
review_reason_code | character |
review_reason_description | character |
Examples
# \donttest{
try(mlb_review_reasons())
#> ── MLB Review Reasons data from MLB.com ───────────── baseballr 1.2.0 ──
#> ℹ Data updated: 2022-04-30 07:16:25 UTC
#> # A tibble: 24 × 2
#> review_reason_code review_reason_description
#> <chr> <chr>
#> 1 A Tag play
#> 2 Y Runner placement
#> 3 L Multiple issues
#> 4 B Touching a base
#> 5 J Pitch result
#> 6 P Home-plate collision
#> 7 E Slide interference
#> 8 N Fan interference
#> 9 O Fair/foul in outfield
#> 10 T Trap play in outfield
#> # … with 14 more rows
# }