MLB Job Types
Value
Returns a tibble with the following columns
col_name | types |
job_code | character |
job | character |
sort_order | integer |
Examples
# \donttest{
try(mlb_job_types())
#> ── MLB Job Types data from MLB.com ────────────────── baseballr 1.2.0 ──
#> ℹ Data updated: 2022-04-30 07:16:13 UTC
#> # A tibble: 385 × 3
#> job_code job sort_order
#> <chr> <chr> <int>
#> 1 UMPR Umpire 1
#> 2 UDIR Director of Instant Replay 11
#> 3 ROFF Replay Official 21
#> 4 MSTR Stringer 101
#> 5 BOSS BOSS Operator 111
#> 6 FTCO Field Timing Coordinator 121
#> 7 VRMO Video Room Monitor 131
#> 8 TRCK Tracking Operator 151
#> 9 SCRB Scrubber Operator 161
#> 10 PITO Pitchcast Operator 171
#> # … with 375 more rows
# }