wnba_schedule_crosswalk: Get the WNBA cross-source schedule crosswalk
Description
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.
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).
Arguments
season
Season year (numeric). Defaults to the most recent WNBA season.
See Also
Other WNBA Crosswalk Functions:
load_wnba_team_crosswalk(),
wnba_player_crosswalk(),
wnba_team_crosswalk()