# NOT RUN {
## 'Date' method
gimms_files_date <- downloadGimms(x = as.Date("2000-01-01"),
y = as.Date("2000-12-31"))
## 'numeric' method (i.e., particular years)
gimms_files_year <- downloadGimms(x = 2000,
y = 2002)
## 'character' method (i.e., particular files)
gimms_files_char <- updateInventory()
gimms_files_char <- downloadGimms(x = gimms_files[1:6])
## 'missing' method (i.e., entire collection)
gimms_files_full <- downloadGimms()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab