R/datadocumentation.R

#' Miami Dolphins passing data
#'
#' A dataset containing data from the 2017 season of the NFL team Miami Dolphins.
#'
#' @format A data frame of 16 rows and 4 columns, with each row being a regular season game
#' \describe{
#'  \item{comp}{Numeric values showing the completed passes}
#'  \item{att}{Numeric values showing the passes attempted}
#'  \item{yards}{Numeric values showing the total yards gained by passing}
#'  \item{season}{Charakter values showing the year of the season}
#' }
#' @source https://www.pro-football-reference.com/teams/mia/2017/gamelog/ opened on 30 Dezember 2018
"MIApassing"
EmanuelSommer/SLRprediction documentation built on Nov. 22, 2020, 3:18 p.m.