R/prem_2021.R

#' Premier League Results for the 2021 season
#'
#' Premier League football match results from the 2021 season
#'
#' @format A data frame of 380 rows and 6 columns
#' \describe{
#'  \item{div}{Character values representing the division each match was played in. Default to E0 for the Premier League}
#'  \item{date}{Character values for the date that the match was played}
#'  \item{home_team}{Character values for the home team in the fixture}
#'  \item{away_team}{Character values for the away team in the fixture}
#'  \item{fthg}{Character values for the number of goals scored by the home team in the fixture}
#'  \item{ftag}{Character values for the number of goals scored by the away team in the fixture}
#' }
#' @source https://datahub.io/sports-data/english-premier-league
"prem_2021"
dafyddhowells/randy documentation built on Nov. 1, 2022, 4:01 p.m.