get_espn_team: Get team by season and ESPN Team ID

View source: R/ESPNTeam.R

get_espn_teamR Documentation

Get team by season and ESPN Team ID

Description

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)

nhlscraper documentation built on Aug. 8, 2025, 6:28 p.m.