| yahoo_cfb_scoreboard | R Documentation |
Flattens the editorial scoreboard games map into one tibble (one row per
game). The full payload also embeds teams/leagues/odds maps.
yahoo_cfb_scoreboard(season = most_recent_cfb_season(), week = 1, count = 500)
season |
(integer): Season year. Defaults to |
week |
(integer): Schedule week. Defaults to |
count |
(integer): Max games. Defaults to |
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.
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()
try(yahoo_cfb_scoreboard(season = 2024, week = 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.