fox_wbb_teams_all: *Get the full Fox Sports women's college basketball team...

View source: R/fox_basketball.R

fox_wbb_teams_allR Documentation

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)

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).

Value

A wehoop_data tibble, one row per team: fox_team_id, fox_team_name, fox_section.

See Also

Other Fox Sports Functions: fox_basketball_league_leaders, fox_wnba_pbp(), fox_wnba_team_roster()

Examples


  try(fox_wbb_teams_all())


wehoop documentation built on Aug. 25, 2026, 1:06 a.m.