punt_trim | R Documentation |
This function is exported in case you would like include custom columns; if you would NOT, you can just
use [puntr::trust_the_process
].
If you do use puntr::punt_trim
yourself, be sure to include the trim=FALSE
flag in puntr::trust_the_process
.
punt_trim(punts, columns = NULL)
punts |
The play-by-play punting data |
columns |
Defaults to |
A tibble punts
containing only the specified columns
## Not run:
punt_trim(punts)
punt_trim(punts, columns=c("solo_tackle", "assist_tackle"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.