mlb_sports_info {baseballr} | R Documentation |
MLB Sport IDs Information
mlb_sports_info(sport_id = 1)
sport_id |
The sport_id to return information for. |
Returns a tibble with the following columns
col_name | types |
sport_id | integer |
sport_code | character |
sport_link | character |
sport_name | character |
sport_abbreviation | character |
sort_order | integer |
active_status | logical |
try(mlb_sports_info(sport_id = 1))