nflreadr
nflreadr copied to clipboard
Efficiently download nflverse data
``` Warning message: Join `by` keys in x are not unique Join `by` keys in y are not unique Join `by` keys in x have NAs ``` can be thrown...
c/o @john-b-edwards in discord > > status_description_abbr is an abbreviated representation of the status column. it's fairly trivial to see what each acronym refers to using both columns: > ```...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Have you installed the latest development version of the package(s) in question? -...
- [ ] read_thrown definitions: 1, 2, CHK check down, SD scramble drill, DES designed play (read 0, eg screens) - [ ] n_blitzers, n_pass_rushers - [ ] n_defense_box Also:...
Just want to clarify the meaning on these fields, specifically what means when it says next. My original expectation was next play, not next score. 
We have two sets of similar-looking player IDs generated via different methods, which causes some confusion e.g. fantasy_player_id vs fantasy_id.  It would be good if the data dictionary did...
This is probably a good example of magical behavior. We need to be far more precise what summary_level actually does. Even I didn't understand without looking at the code. We...
It would be great if we had consistent data documentation available within the package. At the moment, the following data functions are missing in-package dictionaries: - [x] load_trades (#75 -...
Where should this responsibility live? - at the nflreadr level? (nflreadr coerces types) - at the file maintainer level? Seems to be best at the file maintainer level so that...
To account for changes from nflverse/nflfastR#357