R/nba1819.R

#' Games of the 2018-2019 NBA Season
#'
#'
#'
#' @source <https://www.basketball-reference.com/leagues/NBA_2019_games.html>
#' @format Data frame with columns
#' \describe{
#' \item{Date}{Date of the game}
#' \item{Start}{Scheduled start time (Eastern Standard Time)}
#' \item{Visitor}{Name of the visiting team}
#'\item{vPTS}{Points scored by the visiting team}
#'\item{Home}{Name of the home team}
#'\item{hPTS}{Points scored by the home team}
#'\item{OT}{Indicator of whether or not the game went to overtime}
#'\item{Attend}{Attendance recorded at game}
#'\item{Notes}{Annotation of possible interest}
#' }
"nba1819"
thisisdaryn/workshop documentation built on Jan. 17, 2020, 7:31 p.m.