college_to_pro: Convert college data to 'puntr' format

View source: R/college.R

college_to_proR Documentation

Convert college data to puntr format

Description

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).

Usage

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

## Not run: 
college_to_pro(punts)

## End(Not run)

Puntalytics/puntr documentation built on Sept. 7, 2024, 5:23 p.m.