nflreadr 1.1.1
New Data and Functions
clean_player_names()
andclean_team_abbrs()
added - these help standardise player names and team abbreviations based on internal dictionaries.load_ff_rankings()
now has atype
argument and can return"draft"
or"week"
rankings from the DynastyProcess/data repo.clean_homeaway()
converts a dataframe of games with columns prefixed withhome_
andaway_
to a dataframe of teams, renaming toteam_
andopponent_
and doubling the rows.- Added
load_pfr_advstats()
which provides pass, rush, rec, def additional data for each week.
Bug Fixes
- Add Rcpp and RcppParallel minimum dependencies to fix qs issues.
- Added a message that reminds the user of the caching behavior. The message will be displayed once every 8 hours if the session is interactive.
- Adjusted file location of snap count data
Thank you to @ajreinhard, @brunomioto, @jthomasmock, @mrcaseb, @SCasanova, and @tanho63 for their feedback and contributions to this package!