Flattens the editorial scoreboard games map into one tibble (one row per
game). The full payload also embeds teams/leagues/odds maps.
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)
# }
