NuclearAnalyticsLab / nuclearff

NFL Utilities Core Library for Evaluating Analytics in R with Fantasy Football (NUCLEARFF)
MIT License
0 stars 0 forks source link

[REQUEST] Advanced Season Stats for All Positions #10

Closed nolmacdonald closed 3 weeks ago

nolmacdonald commented 3 weeks ago

REASON

Pulling advanced stats for offensive positions will allow for creating a dataframe with a complete overview on players performance throughout the season. Functions to create data frames for QB/RB/WR/TE will allow for future development on analyses, figures, tables, etc. with minimal data manipulation and/or wrangling.

DESIGN

Utilize functions from nflreadr to pull advanced stats for offensive positions QB/RB/WR/TE.

See more information on nflreadr functions in nflreadr Package Index.

IMPACT

This will add new functionality on obtaining player advanced stats. In addition, it will build upon obtaining play-by-play data and combining it with advanced stats for a complete overview of player stats for a season.

ROADMAP