maksimhorowitz / nflscrapR

R Package for Scraping and Aggregating NFL Data
528 stars 138 forks source link

Does anybody have a 2019 regular season play-by-play dataset they could share? (EDIT: Nevermind it is working now) #146

Closed paulcbogdan closed 4 years ago

paulcbogdan commented 4 years ago

Hi,

I am trying to use scrape_season_play_by_play, but I am getting this error:

Error in data.frame(game_id = game_ids, week = rep(x, length(game_ids)),  : 
  arguments imply differing number of rows: 20, 16

This must be related to the playoffs changing the NFL website? Either way, would somebody be so kind as to share the 2019 pbp regular season dataset, which they downloaded earlier this season? (or at least weeks 13-16 as I downloaded the rest of the weeks earlier this year).

Thanks for the help, Paul