yahoo_cfb_team_season_stats: *Get Yahoo Sports college football team season stats...

View source: R/yahoo_cfb.R

yahoo_cfb_team_season_statsR Documentation

Get Yahoo Sports college football team season stats (modern)

Description

Flattens the shangrila leagueStatsByTeam response into one wide tibble with one row per team (all stat groups in one call).

Usage

yahoo_cfb_team_season_stats(
  season = most_recent_cfb_season(),
  league_structure = "ncaaf.struct.div.1",
  count = 200
)

Arguments

season

(integer): Season year. Defaults to most_recent_cfb_season().

league_structure

(character): Division filter. Defaults to "ncaaf.struct.div.1".

count

(integer): Max teams. Defaults to 200.

Value

A cfbfastR-tagged tibble with one row per team: team, team_abbreviation, season, plus one column per statId.

See Also

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()

Examples


  try(yahoo_cfb_team_season_stats(season = 2024))


cfbfastR documentation built on Aug. 24, 2026, 5:13 p.m.