| fox_cfb_team_gamelog | R Documentation |
Flattens the Bifrost team/{id}/gamelog into one tidy, long row per
(game, stat-category, stat). The endpoint groups team per-game stats by
category (passing, rushing, defense, ...) and season-type split.
fox_cfb_team_gamelog(team_id)
team_id |
(character/numeric, required): Fox Bifrost team id (e.g. |
A cfbfastR-tagged tibble with one row per (game, stat):
team_id: character.: Fox team id echoed back.
season_type: character.: Split label ("REGULAR SEASON", "POSTSEASON").
category: character.: Stat category ("passing", "rushing", "defense", ...).
game_id: character.: Fox event id for the game.
game_date: character.: Game date (M/D).
opponent: character.: Opponent abbreviation ("@PITT").
stat: character.: Stat column name (deduped; e.g. "yds", "yds_2").
value: character.: Stat value as displayed.
try(fox_cfb_team_gamelog(team_id = "11"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.