| fox_basketball_league_leaders | R Documentation |
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.
fox_wnba_league_leaders(category = "scoring", who = "player", page = 0)
fox_wbb_league_leaders(category = "scoring", who = "player", page = 0)
category |
Stat category (default |
who |
|
page |
0-based page index (default |
A wehoop_data tibble of leaderboard rows (entity_id + stat columns).
Other Fox Sports Functions:
fox_wbb_teams_all(),
fox_wnba_pbp(),
fox_wnba_team_roster()
try(fox_wnba_league_leaders("scoring"))
try(fox_wbb_league_leaders("scoring"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.