Rename columns and process data such that the output can be plugged directly into puntr::calculate_all
,
and the output of that can be plugged directly into puntr::create_mini
(or puntr::create_miniY
).
college_to_pro(punts, power_five = TRUE)
A data frame containing punts in the cfbfastR format
Logical, defaults to TRUE to include only punters from Power 5 teams
A tibble punts
in a format usable for puntr::calculate_all
if (FALSE) {
college_to_pro(punts)
}