#' Grand Slam Margin of Victory Dataset
#'
#' This dataset contains men's Grand Slam results and the margin of victory for games for 2014 to 2016. Each row is a single match result.
#'
#' \itemize{
#' \item winner. Character vector with the names of the winner of the match.
#' \item loser. Character vector with the names of the loser of the match.
#' \item tournament. Character vector with the names of the Grand Slam.
#' \item match_date. Date object of the date the match was played
#' \item score. Character vector of the match result, written as the games won in each set
#' \item game_margin. Numeric vector that is the difference in games won by the winner minus the games won by the loser, i.e. the margin of victory in terms of games
#'}
#'
#' @format A data frame with 1,515 rows and 6 variables
#' @name atp_games
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.