spc_tbl_ [64,016 × 14] (S3: spec_tbl_df/tbl_df/tbl/data.frame)
$ img : chr [1:64016] "/games/boxart/full_6510540AmericaFrontccc.jpg" "/games/boxart/full_5563178AmericaFrontccc.jpg" "/games/boxart/827563ccc.jpg" "/games/boxart/full_9218923AmericaFrontccc.jpg" ...
$ title : chr [1:64016] "Grand Theft Auto V" "Grand Theft Auto V" "Grand Theft Auto: Vice City" "Grand Theft Auto V" ...
$ console : chr [1:64016] "PS3" "PS4" "PS2" "X360" ...
$ genre : chr [1:64016] "Action" "Action" "Action" "Action" ...
$ publisher : chr [1:64016] "Rockstar Games" "Rockstar Games" "Rockstar Games" "Rockstar Games" ...
$ developer : chr [1:64016] "Rockstar North" "Rockstar North" "Rockstar North" "Rockstar North" ...
$ critic_score: num [1:64016] 9.4 9.7 9.6 NA 8.1 8.7 8.8 9.8 8.4 8 ...
$ total_sales : num [1:64016] 20.3 19.4 16.1 15.9 15.1 ...
$ na_sales : num [1:64016] 6.37 6.06 8.41 9.06 6.18 9.07 9.76 5.26 8.27 4.99 ...
$ jp_sales : num [1:64016] 0.99 0.6 0.47 0.06 0.41 0.13 0.11 0.21 0.07 0.65 ...
$ pal_sales : num [1:64016] 9.85 9.71 5.49 5.33 6.05 4.29 3.73 6.21 4.32 5.88 ...
$ other_sales : num [1:64016] 3.12 3.02 1.78 1.42 2.44 1.33 1.14 2.26 1.2 2.28 ...
$ release_date: Date[1:64016], format: "2013-09-17" "2014-11-18" ...
$ last_update : Date[1:64016], format: NA "2018-01-03" ...
- attr(*, "spec")=
.. cols(
.. img = col_character(),
.. title = col_character(),
.. console = col_character(),
.. genre = col_character(),
.. publisher = col_character(),
.. developer = col_character(),
.. critic_score = col_double(),
.. total_sales = col_double(),
.. na_sales = col_double(),
.. jp_sales = col_double(),
.. pal_sales = col_double(),
.. other_sales = col_double(),
.. release_date = col_date(format = ""),
.. last_update = col_date(format = "")
.. )
- attr(*, "problems")=<externalptr>