mlb_conferences: *View all PCL conferences*

View source: R/mlb_conferences.R

mlb_conferencesR 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))


baseballr documentation built on April 1, 2023, 12:12 a.m.