View source: R/nba_crosswalk.R
| nba_schedule_crosswalk | R Documentation |
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.
nba_schedule_crosswalk(season = most_recent_nba_season())
season |
NBA season per hoopR convention (default |
A hoopR_data tibble, one row per game.
Other NBA Crosswalk Functions:
load_nba_team_crosswalk(),
nba_player_crosswalk(),
nba_team_crosswalk()
try(nba_schedule_crosswalk())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.