R/atp_rankings.R

#' Rankings of ATP Players
#'
#' This dataset contains the ranking history of current and past players for the ATP World Tour. The variables of the dataset are:
#'
#' \itemize{
#'   \item ranking_date. A numeric date of rank, YYYYYMMDD
#'   \item ranking. A numeric rank
#'   \item player_id. A numeric id to link players to other datasets
#'   \item rankings_points. A numeric point value for rank
#'   \item date. Date of ranking as POSIXct class
#' }
#'
#' @format A data frame with 2,746,004 rows and 5 variables
#' @source \url{https://github.com/JeffSackmann/tennis_atp}
#' @name atp_rankings
NULL
skoval/deuce documentation built on March 7, 2023, 2:39 p.m.