trust_the_process | R Documentation |
This function handles all of the standard data cleaning necessary/preferable for puntalytics.
trust_the_process(punts, seasontype = "REG", trim = TRUE)
punts |
The play-by-play punting data to be cleaned and processed |
seasontype |
One of "REG" (default) or "POST" to filter data, or NULL to include all data |
trim |
Specify |
A tibble punts
with cleaned and processed play-by-play punting data
## Not run:
trust_the_process(punts)
trust_the_process(punts_custom_trimmed_already, trim=FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.