yahoo_cfb_scoreboard: *Get Yahoo Sports college football scoreboard*

View source: R/yahoo_cfb.R

yahoo_cfb_scoreboardR Documentation

Get Yahoo Sports college football scoreboard

Description

Flattens the editorial scoreboard games map into one tibble (one row per game). The full payload also embeds teams/leagues/odds maps.

Usage

yahoo_cfb_scoreboard(season = most_recent_cfb_season(), week = 1, count = 500)

Arguments

season

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

week

(integer): Schedule week. Defaults to 1.

count

(integer): Max games. Defaults to 500.

Value

A cfbfastR-tagged tibble with one row per game; columns are the Yahoo game fields (gameid, home_team_id, away_team_id, total_home_points, total_away_points, status_type, ...) plus season and week. Column set varies with game state.

See Also

Other Yahoo CFB Functions: yahoo_cfb_boxscore(), yahoo_cfb_player_season_stats(), yahoo_cfb_player_season_stats_legacy(), yahoo_cfb_team_season_stats(), yahoo_cfb_team_season_stats_legacy()

Examples


  try(yahoo_cfb_scoreboard(season = 2024, week = 1))


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