R/world_cup.R

#' FIFA World Cup 2014-2015 Results
#'
#' Results from the FIFA 2014 Men's World Cup and the FIFA 2015 Women's World Cup finals.
#'
#' @format A data frame with 228 observations of 5 variables.
#' \describe{
#'   \item{team_1}{Winning team}
#'   \item{score_1}{Number of goals for winning team}
#'   \item{team_2}{Losing team}
#'   \item{score_2}{Number of goals for losing team}
#'   \item{game}{Description of when the game took place. Group Stage and Group [A-F] are equivalent level games}
#'   \item{date}{Date of game}
#'   \item{notes}{Notes on game, such as overtime or penalties}
#'   \item{competition}{One of 2014 FIFA Men's World Cup or 2015 FIFA Women's World Cup}
#' }
#'
#' @source https://abcnews.go.com/Sports/2014-fifa-world-cup-tv-schedule-results/story?id=23748377 and https://abcnews.go.com/Sports/2015-fifa-womens-world-cup-complete-tournament-results/story?id=31204768
"world_cup"
speegled/fosdata documentation built on Feb. 8, 2025, 8:17 a.m.