| fox_cfb_standings | R Documentation |
Flattens the Bifrost team/{id}/standings conference table (the standings of
the given team's conference). Note: the league-wide league/standings
endpoint returns header-only tables, so this is keyed by team.
fox_cfb_standings(team_id)
team_id |
(character/numeric, required): Fox Bifrost team id (e.g. |
A cfbfastR-tagged tibble with one row per team in the conference;
columns are the standings headers (rank, team, conf, w_l, home,
away, pf, pa, ...) plus team_id, section (conference), and
entity_id (Fox team id). Column set varies with the standings template.
try(fox_cfb_standings(team_id = "11"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.