#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.