Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 359 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 359 Bytes

lego

This R data package contains information about every Lego set manufactured from 1970 to 2014, a total of 5710 sets. A few of the variables included for each set are:

  • Item number
  • Name
  • Year manufactured
  • Theme
  • Number of pieces
  • Number of minifigures included
  • Price

To install:

library(devtools)
install_github("seankross/lego")