# NOT RUN {
# create index
i <- cs_create_index()
# download single month
may18 <- cs_get_data(year = 2018, month = "May", index = i)
# preview single month
may18
# download full year
yearList18 <- cs_get_data(year = 2018, index = i)
# preview year list object
yearList18
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab