| yahoo_cfb_team_season_stats | R Documentation |
Flattens the shangrila leagueStatsByTeam response into one wide tibble with
one row per team (all stat groups in one call).
yahoo_cfb_team_season_stats(
season = most_recent_cfb_season(),
league_structure = "ncaaf.struct.div.1",
count = 200
)
season |
(integer): Season year. Defaults to |
league_structure |
(character): Division filter. Defaults to |
count |
(integer): Max teams. Defaults to |
A cfbfastR-tagged tibble with one row per team: team,
team_abbreviation, season, plus one column per statId.
Other Yahoo CFB Functions:
yahoo_cfb_boxscore(),
yahoo_cfb_player_season_stats(),
yahoo_cfb_player_season_stats_legacy(),
yahoo_cfb_scoreboard(),
yahoo_cfb_team_season_stats_legacy()
try(yahoo_cfb_team_season_stats(season = 2024))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.