nba_schedule_crosswalk: *Get the NBA cross-source schedule crosswalk*

View source: R/nba_crosswalk.R

nba_schedule_crosswalkR Documentation

Get the NBA cross-source schedule crosswalk

Description

Build a wide, one-row-per-game crosswalk linking ESPN and NBA Stats game ids (NA Fox/Yahoo placeholders). Dates from both sources are reduced to the local Eastern-Time game date before joining. Note: the NBA Stats CDN serves the current season only, so the live builder is effectively current-season; historical coverage comes from cached release artifacts.

Usage

nba_schedule_crosswalk(season = most_recent_nba_season())

Arguments

season

NBA season per hoopR convention (default most_recent_nba_season()).

Value

A hoopR_data tibble, one row per game.

See Also

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

Examples


  try(nba_schedule_crosswalk())


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