| yahoo_cfb_boxscore | R Documentation |
Returns the raw editorial boxscore/{game_id} JSON (as a nested list). The
boxscore uses a normalized decoder-dictionary schema
(player_stats[playerId][variation][stat_type] joined against stat_types /
stat_categories); full decoding is a follow-up.
yahoo_cfb_boxscore(game_id)
game_id |
(character, required): Dotted game id (e.g. |
The raw parsed JSON list (service$boxscore). TODO: decode to tibbles.
Other Yahoo CFB Functions:
yahoo_cfb_player_season_stats(),
yahoo_cfb_player_season_stats_legacy(),
yahoo_cfb_scoreboard(),
yahoo_cfb_team_season_stats(),
yahoo_cfb_team_season_stats_legacy()
try(yahoo_cfb_boxscore(game_id = "ncaaf.g.202509200023"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.