| mlb_sports_info {baseballr} | R Documentation |
MLB Sport IDs Information
Description
MLB Sport IDs Information
Usage
mlb_sports_info(sport_id = 1)
Arguments
sport_id |
The sport_id to return information for. |
Value
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 |
Examples
try(mlb_sports_info(sport_id = 1))
[Package baseballr version 1.6.0 Index]