R/nba_data.R

#' 2019-2020 NBA Historical Vegas Lines
#'
#' Dataset containing historical 2019-2020 NBA Vegas lines on moneylines.
#'
#' @docType data
#' @format
#' \describe{
#'    \item{date}{Date of NBA game}
#'    \item{game}{Game number}
#'    \item{away_name}{Away team full name}
#'    \item{home_name}{Home team full name}
#'    \item{away_score}{Away team score}
#'    \item{home_score}{Home team score}
#'    \item{away_open_ml}{Away team opening moneyline in American odds format}
#'    \item{home_open_ml}{Home team opening moneyline in American odds format}
#'    \item{away_close_ml}{Away team closing moneyline in American odds format}
#'    \item{home_close_ml}{Home team closing moneyline in American odds format}
#' }
#'
#' @source \url{https://www.sportsbookreviewsonline.com/scoresoddsarchives/nba/nbaoddsarchives.htm}
"nba_odds_2020"

#' 2018-2019 NBA Historical Vegas Lines
#'
#' Dataset containing historical 2018-2019 NBA Vegas lines on moneylines.
#'
#' @docType data
#' @format
#' \describe{
#'    \item{date}{Date of NBA game}
#'    \item{game}{Game number}
#'    \item{away_name}{Away team full name}
#'    \item{home_name}{Home team full name}
#'    \item{away_score}{Away team score}
#'    \item{home_score}{Home team score}
#'    \item{away_open_ml}{Away team opening moneyline in American odds format}
#'    \item{home_open_ml}{Home team opening moneyline in American odds format}
#'    \item{away_close_ml}{Away team closing moneyline in American odds format}
#'    \item{home_close_ml}{Home team closing moneyline in American odds format}
#' }
#'
#' @source \url{https://www.sportsbookreviewsonline.com/scoresoddsarchives/nba/nbaoddsarchives.htm}
"nba_odds_2019"

#' 2017-2018 NBA Historical Vegas Lines
#'
#' Dataset containing historical 2017-2018 NBA Vegas lines on moneylines.
#'
#' @docType data
#' @format
#' \describe{
#'    \item{date}{Date of NBA game}
#'    \item{game}{Game number}
#'    \item{away_name}{Away team full name}
#'    \item{home_name}{Home team full name}
#'    \item{away_score}{Away team score}
#'    \item{home_score}{Home team score}
#'    \item{away_open_ml}{Away team opening moneyline in American odds format}
#'    \item{home_open_ml}{Home team opening moneyline in American odds format}
#'    \item{away_close_ml}{Away team closing moneyline in American odds format}
#'    \item{home_close_ml}{Home team closing moneyline in American odds format}
#' }
#'
#' @source \url{https://www.sportsbookreviewsonline.com/scoresoddsarchives/nba/nbaoddsarchives.htm}
"nba_odds_2018"
pwu97/bettingtools documentation built on May 27, 2020, 11:45 p.m.