View source: R/mlb_conferences.R
| mlb_conferences | R Documentation |
View all PCL conferences
mlb_conferences(conference_id = NULL, season = NULL)
conference_id |
Conference ID to return information for. |
season |
Year to return to return conference information for. |
Returns a tibble with the following columns
| col_name | types | description |
| conference_id | integer | MLB conference ID. |
| conference_name | character | Conference name. |
| link | character | MLB Stats API relative conference link. |
| conference_abbreviation | character | Conference abbreviation. |
| has_wildcard | logical | Whether the conference has a wild card. |
| conference_name_short | character | Short conference name. |
| league_id | integer | MLB league ID. |
| league_link | character | MLB Stats API relative league link. |
| sport_id | integer | MLB sport ID. |
| sport_link | character | MLB Stats API relative sport link. |
try(mlb_conferences())
try(mlb_conferences(conference_id = 301, season = 2020))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.