nba_team_crosswalk: *Get the NBA cross-source team crosswalk*

View source: R/nba_crosswalk.R

nba_team_crosswalkR Documentation

Get the NBA cross-source team crosswalk

Description

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.

Usage

nba_team_crosswalk(season = most_recent_nba_season())

Arguments

season

NBA season per hoopR convention (default most_recent_nba_season(); e.g. 2025 for 2024-25).

Value

A hoopR_data tibble, one row per team (ESPN / ⁠nba_*⁠ / Fox / Yahoo column groups + match_method / match_confidence).

See Also

Other NBA Crosswalk Functions: load_nba_team_crosswalk(), nba_player_crosswalk(), nba_schedule_crosswalk()

Examples


  try(nba_team_crosswalk())


hoopR documentation built on Aug. 25, 2026, 9:07 a.m.