Grab all play-by-play data, not just punts. This function pulls data directly from the nflfastR-data
repo, and
is purely a wrapper for ease of use.
import_seasons(years)
A year or range of years between 1999 and 2020, inclusive
A tibble pbp
containing play-by-play data for the specified years
if (FALSE) {
import_seasons(1999:2019)
}