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 |
conference_id | integer |
conference_name | character |
link | character |
conference_abbreviation | character |
has_wildcard | logical |
name_short | character |
league_id | integer |
league_link | character |
sport_id | integer |
sport_link | character |
try(mlb_conferences()) try(mlb_conferences(conference_id = 301, season = 2020))
Useful links