R/data.R

#' Results of games from the 2021 regular season
#'
#' A dataset containing the results of games from the 2021 NFL season
#'
#' @format A data frame with 544 rows and 4 variables:
#' \describe{
#'   \item{Team}{Team playing in the game.  Alternates away, home, away,...}
#'   \item{Score}{Number of points scored}
#'   \item{Year}{The year the game was played}
#'   \item{Week}{The week in the season when the game was played}
#' }
#' @source \url{https://www.pro-football-reference.com/}
"regssn2021"
przybylee/NFLpredictions documentation built on Feb. 9, 2025, 9:22 p.m.