This repository contains both data accessed from NFL.com using nflscrapR along with all of the statistics generated by the nflscrapR expected points
and win probability models (source code available here).
The data folders are organized in the following manner (will be updating):
- play_by_play_data - all play-by-play
data accessed with
nflscrapR, with three folders for pre-, post-, and regular season games. - games_data - all game data accessed
with the
nflscrapR::scrape_game_idsfunction containing info such as the home and away team, score, game's URL, with three folders for pre-, post-, and regular season games. - legacy_data - all data accessed and generated with previous version of
nflscrapR
Additionally, code examples are located in the R folder.
During the 2018 NFL season, this repository will be updated at least once a week on either Tuesday or Wednesday to account for each week of games played.