Skip to contents

get_espn_team() retrieves information on a team for a given season, including but not limited to its name and logo URL. Access get_espn_teams() for team and get_seasons() for season references.

Usage

get_espn_team(team = 1, season = get_season_now()$seasonId%%10000)

Arguments

team

integer ESPN Team ID

season

integer Season in YYYY

Value

list with various items

Examples

ESPN_BOS_20242025 <- get_espn_team(team=1, season=2025)