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 description
conference_id integer MLB conference ID.
conference_name character Conference name.
link character MLB Stats API relative conference link.
conference_abbreviation character Conference abbreviation.
has_wildcard logical Whether the conference has a wild card.
conference_name_short character Short conference name.
league_id integer MLB league ID.
league_link character MLB Stats API relative league link.
sport_id integer MLB sport ID.
sport_link character MLB Stats API relative sport link.

Examples


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


baseballr documentation built on Aug. 27, 2026, 1:07 a.m.