R/atp_odds_match_lookup.R

#' ATP Match Odds Lookup Table
#'
#' This dataset contains the match id and corresponding player and match id from the \code{atp_matches}.
#'
#' \itemize{
#'   \item id. Character id for the match
#'   \item winner_id. Character id for the winning player as in \code{atp_matches}.
#'   \item loser_id. Character id for the losing player as in \code{atp_matches}.
#'   \item tourney_id. Character id for the tournament as in \code{atp_matches}.
#'   \item match_id. Character id for the match id as in \code{atp_matches}.
#'}
#'
#' @details If \code{match_id} is NA it means a certain match could not be found
#' @format A data frame with 48,249 rows and 5 variables
#' @name atp_odds_match_lookup
NULL
skoval/deuce documentation built on March 7, 2023, 2:39 p.m.