nflreadr 1.1.3
This release adds functions and arguments to access new data, along with some backend changes.
New data and functions
load_ff_opportunity()downloads expected fantasy points data from the ffopportunity packageload_ff_rankings()gains an"all"parameter to return all available rankings data (weekly archives since 2019)load_pfr_advstats()gains a"summary_level"parameter to return season-level data, which has some fields that are not available at the week-level.
Backend
options(nflreadr.verbose)replacesoptions(nflreadr.cache_warning)as the best way to silence nflreadr messages.- Improved data dictionaries for ESPN QBR, Injuries, Trades, Depth Charts, and Combine
- Exported
most_recent_season()function - Updated documentation with improved linking and where to file data issues.
- Sitrep functions have ffopportunity and nflverse packages.
- Pkgdown site upgraded to Bootstrap 5.
Thank you to @armstjc, @Grayhawk34, @john-b-edwards, @mrcaseb, @pranavrajaram, @rogers1000, and @tanho63 for their contributions and feedback on this release!