Skip to contents

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.

Usage

wnba_schedule_crosswalk(season = most_recent_wnba_season())

Arguments

season

Season year (numeric). Defaults to the most recent WNBA season.

Value

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).

Examples

# \donttest{
  try(wnba_schedule_crosswalk(season = 2024))
#>  2026-06-30 19:38:31.928918: Invalid arguments or no league schedule data for 2024 available!
#>  Args: league_id = "10", season = 2024
#>  Error: lexical error: invalid char in json text.                                        <!DOCTYPE html> <html>  <head>                       (right here) ------^ 
#>  2026-06-30 19:38:32.035652: Invalid arguments or no league schedule data for 2024 available!
#>  Args: league_id = "10", season = 2024
#>  Error: lexical error: invalid char in json text.                                        <!DOCTYPE html> <html>  <head>                       (right here) ------^ 
#> Error in UseMethod("transmute") : 
#>   no applicable method for 'transmute' applied to an object of class "NULL"
# }