View source: R/metrics_team_consistency.R
team_consistency | R Documentation |
This function allows you to calculate team-level consistency in run scoring and run prevention over the course of an entire season.
team_consistency(year)
year |
Season consistency should be run for. |
try(team_consistency(year=2021))
Returns a tibble with the following columns
col_name | types |
Team | character |
Con_R | numeric |
Con_RA | numeric |
Con_R_Ptile | numeric |
Con_RA_Ptile | numeric |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.