fox_cfb_league_leaders: *Get Fox Sports college football statistical leaders*

View source: R/fox_cfb.R

fox_cfb_league_leadersR Documentation

Get Fox Sports college football statistical leaders

Description

Flattens a Bifrost league/stats-con/{who}/{category}/{page} leaderboard table.

Usage

fox_cfb_league_leaders(
  category = "passing",
  who = "player",
  page = 0,
  group_id = "2"
)

Arguments

category

(character): Stat category. One of passing, rushing, receiving, defense, kicking, returning, scoring, yardage (team adds downs, turnovers). Defaults to "passing".

who

(character): "player" or "team". Defaults to "player".

page

(integer): 0-based page index. Defaults to 0.

group_id

(character): Conference/group filter id. Defaults to "2" (FBS).

Value

A cfbfastR-tagged tibble with one row per player/team; columns are the leaderboard headers plus entity_id.

Examples


  try(fox_cfb_league_leaders(category = "passing"))


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