fox_cfb_team_stats: *Get Fox Sports college football team stat leaders*

View source: R/fox_cfb.R

fox_cfb_team_statsR Documentation

Get Fox Sports college football team stat leaders

Description

Flattens the Bifrost team/{id}/stats leaders sections.

Usage

fox_cfb_team_stats(team_id)

Arguments

team_id

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

Value

A cfbfastR-tagged tibble with one row per (category, leader):

  • team_id: character.: Fox team id echoed back.

  • category: character.: Leader section title.

  • stat: character.: Stat name (e.g. "Passing Yards").

  • stat_abbreviation: character.: Stat abbreviation (e.g. "PYDS").

  • player: character.: Leading player name.

  • value: character.: Stat value as displayed.

Examples


  try(fox_cfb_team_stats(team_id = "11"))


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