Loads cached schedule-crosswalk snapshots that map ESPN game
identifiers to Bart Torvik game identifiers for Women's College
Basketball. One row per game-season. Backed by the wbb_crosswalk
release tag in sportsdataverse-data.
Usage
load_wbb_schedule_crosswalk(seasons = most_recent_wbb_season())See also
Other WBB Crosswalk Functions:
load_wbb_player_crosswalk(),
load_wbb_team_crosswalk(),
wbb_player_crosswalk(),
wbb_schedule_crosswalk(),
wbb_team_crosswalk()
Examples
# \donttest{
try(load_wbb_schedule_crosswalk(seasons = most_recent_wbb_season()))
#> Warning: cannot open URL 'https://github.com/sportsdataverse/sportsdataverse-data/releases/download/wbb_crosswalk/wbb_schedule_crosswalk_2026.rds': HTTP status was '404 Not Found'
#> Warning: Failed to readRDS from <https://github.com/sportsdataverse/sportsdataverse-data/releases/download/wbb_crosswalk/wbb_schedule_crosswalk_2026.rds>
#> ──────────────────────────────────────────────────────────────── wehoop 3.0.0 ──
#> # A tibble: 0 × 0
# }
