File: data.r

package info (click to toggle)
r-cran-lubridate 1.7.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,952 kB
  • sloc: cpp: 3,329; ansic: 714; sh: 22; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 638 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#' Lakers 2008-2009 basketball data set
#'
#' This data set contains play by play statistics of each Los
#' Angeles Lakers basketball game in the 2008-2009 season. Data
#' includes the date, opponent, and type of each game (home or
#' away). Each play is described by the time on the game clock
#' when the play was made, the period in which the play was
#' attempted, the type of play, the player and team who made the
#' play, the result of the play, and the location on the court
#' where each play was made.
#'
#' @name lakers
#' @docType data
#' @references Originally taken from www.basketballgeek.com/data/.
#' @keywords data
NULL