This function will return a tibble after downloading the original file from the nflfastR-data website. Note that the tibble will contain all regular and postseason data.

download_nflfastR_data(year)

Arguments

year

A year from 2009 to 2020

Value

A data.frame containing play-by-play information from NFL games

Examples

df <- download_nflfastR_data(2019)