View source: R/get_nfl_win_prob.R
get_espn_win_prob | R Documentation |
Get NFL in-game win probabilities for a specific game from ESPN
get_espn_win_prob(game_id)
game_id |
Character string - can be acquired from the website of a specific game, or from espnscrapeR::get_nfl_schedule() |
Returns a tibble
# Get win prob from specific game
get_espn_win_prob(game_id = "401030956")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.