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)

Arguments

years

A year or range of years between 1999 and 2020, inclusive

Value

A tibble pbp containing play-by-play data for the specified years

Examples

if (FALSE) {
import_seasons(1999:2019)
}