View source: R/wnba_crosswalk.R
| wnba_player_crosswalk | R Documentation |
Build a wide, one-row-per-player-per-team crosswalk linking ESPN, WNBA Stats, and Fox player identities for a season. Matching is deterministic: normalized exact name within a team block, then Jaro-Winkler fuzzy with jersey/DOB tiebreakers. Yahoo columns are NA placeholders.
wnba_player_crosswalk(
season = most_recent_wnba_season(),
min_confidence = 0.92
)
season |
Season year (numeric). Defaults to the most recent WNBA season. |
min_confidence |
Jaro-Winkler similarity floor for fuzzy matches (default 0.92). |
A wehoop_data tibble, one row per player per team (ESPN-anchored).
Other WNBA Crosswalk Functions:
load_wnba_team_crosswalk(),
wnba_schedule_crosswalk(),
wnba_team_crosswalk()
try(wnba_player_crosswalk(season = 2024))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.