View source: R/wnba_crosswalk.R
| wnba_schedule_crosswalk | R Documentation |
Build a wide, one-row-per-game crosswalk linking ESPN and WNBA Stats game ids (with NA Fox/Yahoo placeholders) for a season. Dates from both sources are reduced to the local Eastern-Time game date before joining. Note: the WNBA Stats CDN serves the current season only, so the live builder is effectively current-season; historical coverage comes from cached release artifacts.
wnba_schedule_crosswalk(season = most_recent_wnba_season())
season |
Season year (numeric). Defaults to the most recent WNBA season. |
A wehoop_data tibble, one row per game (columns: season,
season_type, game_date, resolved home_espn_team_id/away_espn_team_id,
espn_game_id, wnba_game_id, wnba_game_code, Fox/Yahoo placeholders,
match_method, match_confidence).
Other WNBA Crosswalk Functions:
load_wnba_team_crosswalk(),
wnba_player_crosswalk(),
wnba_team_crosswalk()
try(wnba_schedule_crosswalk(season = 2024))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.