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.6.0 ──
#> ℹ Data updated: 2024-04-13 21:56:39 UTC
#> # A tibble: 25 × 2
#> review_reason_code review_reason_description
#> <chr> <chr>
#> 1 A Tag play
#> 2 F Close play at 1st
#> 3 C Force play
#> 4 H Home run
#> 5 O Fair/foul in outfield
#> 6 D Catch/drop in outfield
#> 7 T Trap play in outfield
#> 8 J Pitch result
#> 9 I Hit by pitch
#> 10 P Home-plate collision
#> # ℹ 15 more rows
# }