mlb_conferences {baseballr} | R Documentation |
View all PCL conferences
Description
View all PCL conferences
Usage
mlb_conferences(conference_id = NULL, season = NULL)
Arguments
conference_id |
Conference ID to return information for. |
season |
Year to return to return conference information for. |
Value
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 |
Examples
try(mlb_conferences())
try(mlb_conferences(conference_id = 301, season = 2020))
[Package baseballr version 1.6.0 Index]