Skip to contents

A dataset containing the points scored during Game 1 of the 2018 National Basketball Association (NBA) Finals on May 31, 2018 between the Golden State Warriors and the Cleveland Cavaliers.

Usage

hoops

Format

A data frame (specifically a tbl_df) with 129 rows and 3 variables:

time

Game time

team

Golden State Warriors (GSW) or Cleveland Cavaliers (CLE)

points

Points scored, either 1, 2, or 3 (or 0, only in cases to mark the start and end of the game)

Examples

hoops
#> # A tibble: 129 × 3
#>    time     team  points
#>    <hms>    <chr>  <dbl>
#>  1   0 secs CLE        0
#>  2   0 secs GSW        0
#>  3  50 secs CLE        2
#>  4  83 secs CLE        2
#>  5 121 secs GSW        3
#>  6 140 secs CLE        2
#>  7 153 secs GSW        2
#>  8 153 secs GSW        1
#>  9 163 secs CLE        1
#> 10 163 secs CLE        1
#> # … with 119 more rows