MLB Positions
Value
Returns a tibble with the following columns
| col_name | types |
| position_short_name | character |
| position_full_name | character |
| position_abbreviation | character |
| position_code | character |
| position_type | character |
| position_formal_name | character |
| game_position | logical |
| pitcher | logical |
| fielder | logical |
| outfield | logical |
| position_display_name | character |
Examples
# \donttest{
try(mlb_positions())
#> ── MLB Positions data from MLB.com ────────────────── baseballr 1.6.0 ──
#> ℹ Data updated: 2024-04-13 21:56:38 UTC
#> # A tibble: 37 × 11
#> position_short_name position_full_name position_abbreviation
#> <chr> <chr> <chr>
#> 1 Pitcher Pitcher P
#> 2 Catcher Catcher C
#> 3 1st Base First Base 1B
#> 4 2nd Base Second Base 2B
#> 5 3rd Base Third Base 3B
#> 6 Shortstop Shortstop SS
#> 7 Left Field Outfielder LF
#> 8 Center Field Outfielder CF
#> 9 Right Field Outfielder RF
#> 10 Designated Hitter Designated Hitter DH
#> # ℹ 27 more rows
#> # ℹ 8 more variables: position_code <chr>, position_type <chr>,
#> # position_formal_name <chr>, position_display_name <chr>,
#> # outfield <lgl>, game_position <lgl>, pitcher <lgl>, fielder <lgl>
# }
