wbb_schedule_crosswalk: *Get the WBB cross-source schedule crosswalk*

View source: R/wbb_crosswalk.R

wbb_schedule_crosswalkR Documentation

Get the WBB cross-source schedule crosswalk

Description

Build a wide, one-row-per-game crosswalk linking ESPN and Bart Torvik (barttorvik.com/ncaaw) game identifiers for a WBB season. Fox Sports and Yahoo game IDs are NA placeholders. Dates are reduced to Eastern-Time game dates before joining; Torvik team1/team2 are unordered (the join uses a sorted team-pair key, so home/away from the Torvik side is not preserved). Games where either Torvik team name cannot be resolved to an ESPN id via wbb_team_crosswalk() are kept as bart_only rows.

Usage

wbb_schedule_crosswalk(season = most_recent_wbb_season())

Arguments

season

Season year (4-digit, e.g. 2025). Defaults to most_recent_wbb_season().

Value

A wehoop_data tibble, one row per game:

col_name types description
season integer Season year.
game_date Date ET game date.
home_espn_team_id integer ESPN home team id (NA for bart-only rows).
away_espn_team_id integer ESPN away team id (NA for bart-only rows).
espn_game_id character ESPN game id (NA for bart-only rows).
bart_muid character Torvik muid (NA for espn-only rows).
bart_team1 character Torvik team1 name (NA for espn-only rows).
bart_team2 character Torvik team2 name (NA for espn-only rows).
bart_winner character Torvik winner name (NA for espn-only rows).
fox_game_id character Fox game id (NA placeholder).
yahoo_game_id character Yahoo game id (NA placeholder).
match_method character "both"/"espn_only"/"bart_only".
match_confidence numeric 1 for matched, NA for unmatched.

See Also

Other WBB Crosswalk Functions: load_wnba_team_crosswalk(), wbb_player_crosswalk(), wbb_team_crosswalk()

Examples


  try(wbb_schedule_crosswalk(season = 2025))


wehoop documentation built on Aug. 25, 2026, 1:06 a.m.