Skip to contents

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.

Examples

# \donttest{
  try(yahoo_cfb_scoreboard(season = 2024, week = 1))
#> 2026-06-13 04:24:15.498563: invalid arguments or no Yahoo scoreboard available!
#> [1] season week  
#> <0 rows> (or 0-length row.names)
# }