| mlb_awards | R Documentation |
MLB Awards
mlb_awards()
Returns a tibble with the following columns
| col_name | types | description |
| award_id | character | Award identifier code. |
| award_name | character | Award name. |
| award_description | character | Award description. |
| sort_order | integer | Display sort order for the award. |
| active | logical | Whether the award is currently active. |
| notes | character | Additional notes about the award. |
| sport_id | integer | MLB sport ID associated with the award. |
| sport_link | character | MLB Stats API relative sport link. |
| league_id | integer | MLB league ID associated with the award. |
| league_link | character | MLB Stats API relative league link. |
try(mlb_awards())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.