get_espn_team {nhlscraper} | R 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)
[Package nhlscraper version 0.2.0 Index]