-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
10 request advanced season stats for all positions (#12)
* Renamed helpers.R to helpers_stats.R to develop more helper functions in separate files * Helpers to clean up rosters like player names and teams for continuity * Obtain player snap share filtered for position and season * Capabilities to obtain advanced stats with NFL Next Gen Stats (NGS) and Pro Football Reference (PFR) with an additional helpers file to validate if seasons within range of data * Helper functions replace_team_names and replace_player_names now include documentation formatted for use with roxygen2 * Modified function documentation to fix warnings when installing * Function to obtain player data for season and position, allows for obtaining player IDs for several platforms * pkgdown build for GitHub site documentation * Minor updates to stats for pbp/pfr. Update to ngs stats, don't need to use summarize. NGS stats are cumulative when you define week == 0 * Minor updates to all arguments so all season arguments are seasons and all position arguments are labeled as position * Combine all WR stats from pbp, pfr, ngs * Modify replace_player_names() to allow for defining the name of the column containing a player's name, so that it can be used on all functions * New capabilities with functions to get QB/RB/WR/TE season stats from play-by-play data, NFL Next Gen Stats (NGS) and Pro Football Reference (PFR). Functions still need documentation * Update documentation and site to fully resolve issue
- Loading branch information
1 parent
5967869
commit efd74fd
Showing
80 changed files
with
9,355 additions
and
1,042 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.