by_punters | R Documentation |
This function is essentially a convenient wrapper for dplyr::summarise
which provides a dataframe with the following columns: NumPunts, pEPA, Gross, Net, RERUN, SHARP_RERUN_OF, SHARP_RERUN_PD,
first_year, last_year, team_logo_espn, team_color, team_color2. Additional columns may be added via valid calls to dplyr::summarise
as additional arguments.
For comparison of punter seasons, see puntr::by_punter_seasons
; for comparison of punter games, see puntr::by_punter_games
.
by_punters(punts, ..., threshold = 64)
punts |
The play-by-play punting data to be summarized |
... |
Any additional arguments will be passed through to |
threshold |
The minimum number of career punts needed to be included, defaults to 64 |
A tibble punters
where each row is a punter and each column is a stat
## Not run:
create_mini(punts)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.