This function adds all Puntalytics metrics to your punting data: RERUN, SHARP, SHARPnet and SHARP_RERUN (plus open-field and pin-deep versions of the 3 SHARPs) as well as average and cumulative EPA (our custom EPA metric.)

calculate_all(punts)

Arguments

punts

The already-processed play-by-play punting data to which metrics will be added. Must contain at least three seasons and 1000 punts.

Value

A tibble punts with the calculated metrics added

Examples

if (FALSE) {
calculate_all(punts)
}