Learn R Programming

hoopR (version 3.1.0)

fox_mbb_teams_all: Get the full Fox Sports men's college basketball team directory

Description

Enumerate every MBB team in the Fox Sports (Bifrost) directory. A single fox_mbb_teams() call only returns the seed team's conference, so this walks unseen team ids (one seed per conference) and unions the results.

Usage

fox_mbb_teams_all(max_id = 500, max_calls = 60)

Value

A hoopR_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 Basketball Functions: fox_basketball_boxscore, fox_basketball_league_leaders, fox_basketball_odds, fox_basketball_pbp, fox_basketball_standings, fox_basketball_team_gamelog, fox_basketball_team_roster, fox_basketball_team_stats, fox_basketball_teams

Examples

Run this code
# \donttest{
  try(fox_mbb_teams_all())
# }

Run the code above in your browser using DataLab