View source: R/nba_crosswalk.R
| nba_team_crosswalk | R Documentation |
Build a wide, one-row-per-team crosswalk linking ESPN, NBA Stats, and Fox team
identities, keyed on espn_team_id. nba_teams() already supplies the
ESPN<->Stats linkage; this reshapes it and attaches Fox. Yahoo columns are NA
placeholders. NOTE: ESPN/Stats team endpoints are current-season snapshots, so
season is a stamp; historical relocations are not back-modeled live.
nba_team_crosswalk(season = most_recent_nba_season())
season |
NBA season per hoopR convention (default |
A hoopR_data tibble, one row per team (ESPN / nba_* / Fox / Yahoo
column groups + match_method / match_confidence).
Other NBA Crosswalk Functions:
load_nba_team_crosswalk(),
nba_player_crosswalk(),
nba_schedule_crosswalk()
try(nba_team_crosswalk())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.