fox_cfb_standings: *Get Fox Sports college football conference standings*

View source: R/fox_cfb.R

fox_cfb_standingsR Documentation

Get Fox Sports college football conference standings

Description

Flattens the Bifrost team/{id}/standings conference table (the standings of the given team's conference). Note: the league-wide league/standings endpoint returns header-only tables, so this is keyed by team.

Usage

fox_cfb_standings(team_id)

Arguments

team_id

(character/numeric, required): Fox Bifrost team id (e.g. "11").

Value

A cfbfastR-tagged tibble with one row per team in the conference; columns are the standings headers (rank, team, conf, w_l, home, away, pf, pa, ...) plus team_id, section (conference), and entity_id (Fox team id). Column set varies with the standings template.

Examples


  try(fox_cfb_standings(team_id = "11"))


cfbfastR documentation built on Aug. 24, 2026, 5:13 p.m.