mlb_conferences function

View all PCL conferences

View all PCL conferences

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.

Returns

Returns a tibble with the following columns

col_nametypes
conference_idinteger
conference_namecharacter
linkcharacter
conference_abbreviationcharacter
has_wildcardlogical
name_shortcharacter
league_idinteger
league_linkcharacter
sport_idinteger
sport_linkcharacter

Examples

try(mlb_conferences()) try(mlb_conferences(conference_id = 301, season = 2020))