Learn R Programming

baseballr (version 1.5.0)

mlb_conferences: View all PCL conferences

Description

View all PCL conferences

Usage

mlb_conferences(conference_id = NULL, season = NULL)

Value

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

Arguments

conference_id

Conference ID to return information for.

season

Year to return to return conference information for.

Examples

Run this code
# \donttest{
  try(mlb_conferences())
  try(mlb_conferences(conference_id =  301, season = 2020))
# }

Run the code above in your browser using DataLab