get_espn_team | R Documentation |
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.
get_espn_team(team = 1, season = get_season_now()$seasonId%%10000)
team |
integer ESPN Team ID |
season |
integer Season in YYYY |
list with various items
ESPN_BOS_20242025 <- get_espn_team(team=1, season=2025)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.