R/atp_tournaments2.R

#' ATP Tournaments
#'
#' This dataset contains events for the 2017 ATP World Tour and ATP Challenger Tour:
#'
#' \itemize{
#'   \item name. A character name of the tournament
#'   \item location. A character venue of tournament
#'   \item level. A character name of the tounament level
#'   \item start_date. A date-time object for the start of the tournament
#'   \item end_date. A date-time object for the end of the tournament
#'	 \item draw. A numeric vector of the size of the singles draw
#'	 \item matches. A numeric vector of the number of planned matches 
#'   \item surface. A character description of the tournament surface
#'	 \item tier. A character cateogry for the tournament series
#'   \item prize. A character of the total prize money to earn
#'}
#'
#' @format A data frame with 127 rows and 9 variables
#' @source \url{http://www.atpworldtour.com/en/tournaments}
#' @name atp_tournaments
NULL
skoval/deuce documentation built on March 7, 2023, 2:39 p.m.