| yahoo_cfb_team_season_stats_legacy | R Documentation |
Flattens a legacy seasonTeamStatsFootball{Category} query into a wide team tibble.
yahoo_cfb_team_season_stats_legacy(
season = most_recent_cfb_season(),
category = "Passing",
sort_stat = "PASSING_YARDS",
league_structure = "ncaaf.struct.div.1",
count = 200
)
season |
(integer): Season year. Defaults to |
category |
(character): One of |
sort_stat |
(character): Required sort stat id. Defaults to |
league_structure |
(character): Defaults to |
count |
(integer): Defaults to |
A cfbfastR-tagged tibble: team, team_abbreviation, season,
category, 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()
try(yahoo_cfb_team_season_stats_legacy(season = 2024, category = "Rushing",
sort_stat = "RUSHING_YARDS"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.