View source: R/fox_basketball.R
| fox_wbb_teams_all | R Documentation |
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.
fox_wbb_teams_all(max_id = 500, max_calls = 60)
max_id |
Highest Fox team id to probe as a seed (default |
max_calls |
Safety cap on the number of standings calls (default |
A wehoop_data tibble, one row per team: fox_team_id,
fox_team_name, fox_section.
Other Fox Sports Functions:
fox_basketball_league_leaders,
fox_wnba_pbp(),
fox_wnba_team_roster()
try(fox_wbb_teams_all())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.