NuclearAnalyticsLab / nuclearff

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

[REQUEST] Fantasy Positional Weekly Stats #16

Open nolmacdonald opened 3 weeks ago

nolmacdonald commented 3 weeks ago

REASON

The package currently allows for pulling stats cumulatively based on a season. New functions should be implemented that allow capabilities to pull individual weeks. With individual weeks, a table can be developed that lists the fantasy points weekly with gt. This would allow for a similar figure to the overall standings by QB/RB/WR/TE, except that it doesn't list the stats for the season, but rather the weekly points. For example, WR could have columns for Week 1 FPTS, Week 2 FPTS, ... Week N FPTS, and Total FPTS. Order by Total.

DESIGN

IMPACT

Adds new function to evaluate weekly performance not just season.

ROADMAP