## Not run:
# # code to create the dataset
# library(RJSONIO)
#
# json_file <- "http://media.mongodb.org/zips.json"
#
# rL <- readLines(json_file)
#
# zips <- do.call(rbind,lapply(rL,fromJSON))
#
# save(zips, file="data/zips.rda", compress="xz")
# ## End(Not run)
Run the code above in your browser using DataLab