R/player_data.R

#' Datasets of NBA players since 1950
#'
#' A dataset of NBA player's profile.
#'
#' @format A data frame with 4,550 rows and 8 variables:
#' \describe{
#'   \item{name}{name}
#'   \item{year_start}{start year of the player's carrer}
#'   \item{end_year}{end year of the player's carrer}
#'   \item{position}{position of the player}
#'   \item{height}{height of the player, in ft-in}
#'   \item{weight}{weight of the player, in lb}
#'   \item{birth_date}{birth day of the player}
#'   \item{college}{college of the player}
#' }
#' @docType data
#'
#' @usage data(player_data)
#'
#' @keywords datasets
#'
#' @source \url{https://www.kaggle.com/drgilermo/nba-players-stats}
#'
"player_data"
hadadada00/nbastats documentation built on June 27, 2019, 4:12 p.m.