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)

Arguments

punts

A data frame containing punts in the cfbfastR format

power_five

Logical, defaults to TRUE to include only punters from Power 5 teams

Value

A tibble punts in a format usable for puntr::calculate_all

Examples

if (FALSE) {
college_to_pro(punts)
}