fox_basketball_league_leaders: Get Fox Sports basketball statistical leaders
Description
Get Fox Sports (Bifrost) WNBA / women's college basketball (WBB)
statistical leaders.fox_wnba_league_leaders() hits the wnba slug;
fox_wbb_league_leaders() hits the wcbk slug.
Usage
fox_wnba_league_leaders(category = "scoring", who = "player", page = 0)
fox_wbb_league_leaders(category = "scoring", who = "player", page = 0)
Value
A wehoop_data tibble of leaderboard rows (entity_id + stat columns).
Arguments
category
Stat category (default "scoring").
who
"player" or "team" (default "player").
page
0-based page index (default 0).
See Also
Other Fox Sports Functions:
fox_wbb_teams_all(),
fox_wnba_pbp(),
fox_wnba_team_roster()