R/CircketData.R

#' Statistics for cricket World cup from 1971 to 2017
#'
#' A dataset containing Statistic for each game in crticket World Cup from 1971 to 2017.
#'
#' @format A data frame with 3932 rows and 7 variables:
#' \describe{
#'  \item{Team 1}{The home team}
#'  \item{Team 2}{The away team}
#'  \item{Winner}{The away team}
#'  \item{Margin}{The winning margin (in cricket terminology)}
#'  \item{Ground}{The ground the match was played at}
#'  \item{Match Date}{The date the game was plated, month (abv) day, year.}
#'}
#'@source \url{JoshuaBean}
"CricketData"
JoshuaBean/RedditText documentation built on June 7, 2019, 2:35 p.m.