import_seasons | R Documentation |
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)
years |
A year or range of years between 1999 and 2020, inclusive |
A tibble pbp
containing play-by-play data for the specified years
## Not run:
import_seasons(1999:2019)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.