fox_wbb_teams_all: Get the full Fox Sports women's college basketball team directory
Description
Enumerate every WBB team in the Fox Sports (Bifrost) directory. A single
fox_wbb_teams() call only returns the seed team's conference, so this walks
unseen team ids (calling one seed per conference) and unions the results.
Usage
fox_wbb_teams_all(max_id = 500, max_calls = 60)
Value
A wehoop_data tibble, one row per team: fox_team_id,
fox_team_name, fox_section.
Arguments
max_id
Highest Fox team id to probe as a seed (default 500).
max_calls
Safety cap on the number of standings calls (default 60).
See Also
Other Fox Sports Functions:
fox_basketball_league_leaders,
fox_wnba_pbp(),
fox_wnba_team_roster()