-
The code from here: https://github.com/mrcaseb/nflfastR/blob/master/R/helper_database_functions.R#L119:L123 removes the table (I think so that it's more efficient to send whole tables of data) - it un…
-
Sorry, this is not an issue but not sure where best to ask.
How often are the play-by-play data updated? Thanks.
-
There's some duplicate Ids in the new roster.
For example 00-0034465
-
I was wondering if we could get a fumble_yardage variable included in this dataset? I'm looking at a play like game_id 2019_01_BUF_NYJ, play_id 965 where Sam Darnold botches a snap and fumbles out of …
-
On a few of the made FGs, the scoring odds are nonzero for the fg_prob (as it should be), but zero for all other types of scores.
![image](https://user-images.githubusercontent.com/63615347/91501866-…
-
When using building the DB for the first time or using `force_rebuild` an ` Error: Invalid connection` is raised (using `RPostgres` - suspect error message may differ between drivers) which I believe …
-
All targets to JAX TE James O'Shaughnessy are coming back with NA in the cp field. I suspect this is some issue with how the regex on line 61 of helper_add_cp_cpoe.R is handling receiver names with ap…
-
Full output:
```> update_db()
Can't find database ./pbp_db. Will try to create it and load the play by play data into the data table "nflfastR_pbp".
Starting download of 22 seasons between 1999 a…
-
Perhaps someone has already done this work, but I wanted to suggest including two additional variables in the nflfastR dataset:
1. attendance (data going back to 1999 and further can be found at ht…
-
This renders nflgame useless at the moment. I will be looking into how we can make historic data usable in the worst case scenarios like this.