fox_cfb_boxscore: *Get Fox Sports college football boxscore*

View source: R/fox_cfb.R

fox_cfb_boxscoreR Documentation

Get Fox Sports college football boxscore

Description

Flattens the per-team stat tables embedded in Bifrost event/{id}/data (boxscore) into one tidy, long player-stat tibble.

Usage

fox_cfb_boxscore(game_id)

Arguments

game_id

(character/numeric, required): Fox Bifrost event id (e.g. "41616").

Value

A cfbfastR-tagged tibble with one row per (player, stat):

  • game_id: character.: Fox event id echoed back.

  • team: character.: Team name (boxscore section title).

  • stat_group: character.: Stat category ("PASSING", "RUSHING", ...).

  • player: character.: Player name (or "TOTALS").

  • athlete_id: character.: Fox athlete id (from the player's contentUri).

  • stat: character.: Stat column name (e.g. "yds", "td").

  • value: character.: Stat value as displayed.

Examples


  try(fox_cfb_boxscore(game_id = "41616"))


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