R/data.R

#' ATP matches in 2019
#'
#' Tennis data for male matches played in 2019. Details can be found on \href{http://www.tennis-data.co.uk/notes.txt}{http://www.tennis-data.co.uk/notes.txt}
#'
#' @docType data
#'
#' @usage data(atp_2019)
#'
#' @format An object of class \code{"data.frame"}.
#'
#' @keywords datasets
#'
#' @importFrom Rdpack reprompt
#'
#' @source Tennis archive from \href{http://www.tennis-data.co.uk/}{http://www.tennis-data.co.uk/}
#'
#' @examples
#' head(atp_2019)
#' str(atp_2019)
"atp_2019"

#' WTA matches in 2019
#'
#' Tennis data for female matches played in 2019. Details can be found on \href{http://www.tennis-data.co.uk/notes.txt}{http://www.tennis-data.co.uk/notes.txt}
#'
#' @docType data
#'
#' @usage data(wta_2019)
#'
#' @format An object of class \code{"data.frame"}.
#'
#' @keywords datasets
#'
#' @importFrom Rdpack reprompt
#'
#' @source Tennis archive from \href{http://www.tennis-data.co.uk/}{http://www.tennis-data.co.uk/}
#'
#' @examples
#' head(wta_2019)
#' str(wta_2019)
"wta_2019"

Try the welo package in your browser

Any scripts or data that you put into this service are public.

welo documentation built on Jan. 6, 2023, 1:17 a.m.