View source: R/mlb_sports_info.R
| mlb_sports_info | 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.