#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.