| espn_cfb_game | R Documentation |
espn_cfb_pbp(): Get ESPN college football PBP data (legacy site-v2).
espn_cfb_pbp_v2(): Get ESPN College Football Play-by-Play (core-v2) – core-v2-sourced successor to espn_cfb_pbp() with optional EPA/WPA modeling.
espn_cfb_unnest_plays(): Turn an espn_cfb_game_drives() result with a plays list-column into a flat one-row-per-play table.
espn_cfb_game_broadcasts(): Get the broadcast / streaming outlets carrying a single college football game.
espn_cfb_game_drive_plays(): Get the play-by-play for a single drive of a college football game – one row per play, scoped to one drive.
espn_cfb_game_drives(): Get the per-game drive log for a single college football game – one row per drive.
espn_cfb_game_leaders(): Get the per-game statistical leaders for a single college football game – one row per leader within each statistical category.
espn_cfb_game_odds(): Get the sportsbook betting lines (spread, over/under, moneyline) for a single college football game – one row per provider.
espn_cfb_game_pbp(): Get the full core-v2 play-by-play feed for a single college football game – one row per play.
espn_cfb_game_play(): Get the full detail object for a single play of a college football game.
espn_cfb_game_player_box(): Get the full per-player box score for both teams in a single college football game, in long format.
espn_cfb_game_player_statistics(): Get one athlete's box-score line for a single college football game – one row per stat, in long format.
espn_cfb_game_powerindex(): Get ESPN's Football Power Index (FPI) matchup projections for both teams in a single college football game.
espn_cfb_game_predictor(): Get ESPN's pre-game matchup predictor (FPI game projection) for a single college football game.
espn_cfb_game_probabilities(): Get ESPN's play-by-play win-probability series for a single college football game.
espn_cfb_game_situation(): Get the current (or final) game situation for a single college football game – down, distance, yard line, red-zone flag, timeouts.
espn_cfb_game_status(): Get the competition status for a single college football game – clock, period, and the status type/state.
espn_cfb_game_team_leaders(): Get each team's statistical leaders (passing, rushing, receiving, ...) for a single college football game.
espn_cfb_game_team_linescores(): Get the quarter-by-quarter linescores for both teams in a single college football game.
espn_cfb_game_team_records(): Get each team's win-loss records (overall, home, road, conference) as they stood at the time of a single college football game.
espn_cfb_game_team_roster(): Get the game-day roster for both teams in a single college football game.
espn_cfb_game_team_statistics(): Get the full team box-score statistics for both teams in a single college football game, in long format.
espn_cfb_game_teams(): Get the two teams (home and away) for a single college football game.
espn_cfb_pbp(game_id = 401282614, epa_wpa = TRUE)
espn_cfb_pbp_v2(game_id = 401628339, epa_wpa = TRUE)
espn_cfb_unnest_plays(espn_cfb_game_drives(401628339, plays = "list"))
espn_cfb_game_broadcasts(game_id = 401628339)
espn_cfb_game_drive_plays(game_id = 401628339, drive_id = 4016283391)
espn_cfb_game_drives(game_id = 401628339) espn_cfb_game_drives(game_id = 401628339, plays = "expand")
espn_cfb_game_leaders(game_id = 401628339)
espn_cfb_game_odds(game_id = 401628339) espn_cfb_game_odds(game_id = 401628339, line_history = TRUE)
espn_cfb_game_pbp(game_id = 401628339) espn_cfb_game_pbp(game_id = 401628339, participants = "wide")
espn_cfb_game_play(game_id = 401628339, play_id = "401628339101927401")
espn_cfb_game_player_box(game_id = 401628339)
espn_cfb_game_player_statistics(game_id = 401628339, athlete_id = 4429105)
espn_cfb_game_powerindex(game_id = 401628339)
espn_cfb_game_predictor(game_id = 401628339)
espn_cfb_game_probabilities(game_id = 401628339)
espn_cfb_game_situation(game_id = 401628339)
espn_cfb_game_status(game_id = 401628339)
espn_cfb_game_team_leaders(game_id = 401628339)
espn_cfb_game_team_linescores(game_id = 401628339)
espn_cfb_game_team_records(game_id = 401628339) espn_cfb_game_team_records(game_id = 401628339, detail = TRUE)
espn_cfb_game_team_roster(game_id = 401628339)
espn_cfb_game_team_statistics(game_id = 401628339)
espn_cfb_game_teams(game_id = 401628339) espn_cfb_game_teams(game_id = 401628339, format = "wide")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.