View source: R/nba_crosswalk.R
| nba_player_crosswalk | R Documentation |
Build a wide, one-row-per-player-per-team crosswalk linking ESPN, NBA Stats, and Fox player identities. Matching is deterministic: normalized exact name within a team block, then Jaro-Winkler fuzzy with jersey/DOB tiebreakers. Yahoo columns are NA placeholders.
nba_player_crosswalk(season = most_recent_nba_season(), min_confidence = 0.92)
season |
NBA season per hoopR convention (default |
min_confidence |
Jaro-Winkler similarity floor for fuzzy matches (default 0.92). |
A hoopR_data tibble, one row per player per team (ESPN-anchored).
Other NBA Crosswalk Functions:
load_nba_team_crosswalk(),
nba_schedule_crosswalk(),
nba_team_crosswalk()
try(nba_player_crosswalk())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.