powered by
Loads game level snap counts stats provided by Pro Football Reference starting with the 2012 season.
load_snap_counts( seasons = most_recent_season(), file_type = getOption("nflreadr.prefer", default = "rds") )
A tibble of game-level snap counts provided by Pro Football Reference.
a numeric vector specifying what seasons to return, if TRUE returns all available data
TRUE
One of c("rds", "qs", "csv", "parquet"). Can also be set globally with options(nflreadr.prefer)
c("rds", "qs", "csv", "parquet")
options(nflreadr.prefer)
https://nflreadr.nflverse.com/articles/dictionary_snap_counts.html for the web data dictionary
dictionary_snap_counts for the data dictionary as bundled within the package
dictionary_snap_counts
Issues with this data should be filed here: https://github.com/nflverse/nflverse-pfr
.for_cran() # \donttest{ try({ # prevents CRAN errors load_snap_counts() }) # }
Run the code above in your browser using DataLab