Import college punting data for seasons in the scope of cfbfastR
(back to 2014).
This function is a wrapper around cfbfastR::load_cfb_pbp
.
import_college_punts(years)
A year or range of years to be scraped
A tibble punts
of punts in the cfbfastR
format
if (FALSE) {
import_college_punts(2018:2021)
}