| fox_cfb_boxscore | R Documentation |
Flattens the per-team stat tables embedded in Bifrost event/{id}/data
(boxscore) into one tidy, long player-stat tibble.
fox_cfb_boxscore(game_id)
game_id |
(character/numeric, required): Fox Bifrost event id (e.g. |
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.
try(fox_cfb_boxscore(game_id = "41616"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.