Last chance! 50% off unlimited learning
Sale ends in
View all PCL conferences
mlb_conferences(conference_id = NULL, season = NULL)
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 |
Conference ID to return information for.
Year to return to return conference information for.
# \donttest{
try(mlb_conferences())
try(mlb_conferences(conference_id = 301, season = 2020))
# }
Run the code above in your browser using DataLab