Skip to contents

MLB Job Types

Usage

mlb_job_types()

Value

Returns a tibble with the following columns

col_nametypes
job_codecharacter
jobcharacter
sort_orderinteger

Examples

# \donttest{
  try(mlb_job_types())
#> ── MLB Job Types data from MLB.com ────────────────── baseballr 1.6.0 ──
#>  Data updated: 2024-04-13 21:56:29 UTC
#> # A tibble: 388 × 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
#> # ℹ 378 more rows
# }