get_espn_teams | R Documentation |
get_espn_teams()
retrieves ESPN hyperlinks for each team for a given season
; the hyperlinks are formatted in base/seasons/{ESPN Season ID}/coaches/{ESPN Team ID}?query
. Access get_seasons()
for season
reference. May soon be reworked to only return the ESPN Team IDs.
get_espn_teams(season = get_season_now()$seasonId%%10000)
season |
integer Season in YYYY |
tibble with one row per team
ESPN_teams_20242025 <- get_espn_teams(2025)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.