| fox_cfb_team_roster | R Documentation |
Flattens the Bifrost team/{id}/roster position-group tables into one tidy
player-level tibble.
fox_cfb_team_roster(team_id)
team_id |
(character/numeric, required): Fox Bifrost team id (e.g. |
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).
try(fox_cfb_team_roster(team_id = "11"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.