mlb_positions {baseballr} | R Documentation |
MLB Positions
Description
MLB Positions
Usage
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
try(mlb_positions())
[Package baseballr version 1.6.0 Index]