fox_cfb_team_roster: *Get Fox Sports college football team roster*

View source: R/fox_cfb.R

fox_cfb_team_rosterR Documentation

Get Fox Sports college football team roster

Description

Flattens the Bifrost team/{id}/roster position-group tables into one tidy player-level tibble.

Usage

fox_cfb_team_roster(team_id)

Arguments

team_id

(character/numeric, required): Fox Bifrost team id (e.g. "11" for Miami (FL)). Discover ids via the league team directory (league/teamnav).

Value

A cfbfastR-tagged tibble with one row per player:

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

  • position_group: character.: Roster group ("OFFENSE", "DEFENSE", "SPECIAL TEAMS").

  • player: character.: Player name.

  • pos: character.: Position abbreviation.

  • cls: character.: Class (FR/SO/JR/SR).

  • ht: character.: Listed height.

  • wt: character.: Listed weight.

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

Examples


  try(fox_cfb_team_roster(team_id = "11"))


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