| .ncaa_resolve_season_team_id | R Documentation |
stats.ncaa.org migrated team statistics from the franchise-centric
/team/{team_id}/stats?... query form to a season-team resource at
/teams/{season_team_id}/season_to_date_stats. The season_team_id is
year-specific and is not the franchise team_id. This helper resolves it
by reading the still-working roster page
(/team/{team_id}/roster/{season_id}) and extracting the "Team Statistics"
link it points to.
.ncaa_resolve_season_team_id(team_id, season_id, ...)
team_id |
Franchise team id used by the NCAA site. |
season_id |
Season id from |
... |
Passed through to |
A length-1 character season-team id, or NA_character_ if the roster
page could not be read (e.g. challenged) or the link was not found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.