The nflverse is a set of packages dedicated to data of the National Football League. The nflverse package is designed to make it easy to install and load core packages from the nflverse in a single command.
The easiest way to get nflverse is to install it from CRAN with:
install.packages("nflverse")
To get a bug fix or to use a feature from the development version, you can install the development version of nflverse either from GitHub with:
if (!require("pak")) install.packages("pak")
::pak("nflverse/nflverse") pak
or prebuilt from the development repo with:
install.packages("nflverse", repos = "https://nflverse.r-universe.dev")
library(nflverse)
will load the following nflverse
packages:
The best places to get help on this package are:
Many hands make light work! Here are some ways you can contribute to this project:
You can open an issue if you’d like to request specific data or report a bug/error.
If you’d like to contribute code, please check out the contribution guidelines.
The R code for this package is released as open source under the MIT License. NFL data accessed by this package belong to their respective owners, and are governed by their terms of use.