View source: R/espn_cfb_game.R
| espn_cfb_pbp | R Documentation |
Get ESPN college football PBP data
espn_cfb_pbp(game_id, epa_wpa = FALSE, engine = NULL, output = "default")
game_id |
Game ID |
epa_wpa |
Logical parameter (TRUE/FALSE) to return the Expected Points Added/Win Probability Added variables |
engine |
(Character optional): which play-by-play engine to run.
One of |
output |
(Character): modeled-output column set, one of |
A data frame with college football play-by-play data
Saiem Gilani
try(espn_cfb_pbp(game_id = 401282614, epa_wpa = TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.