if (FALSE) {
## This will not write a file to disk
iem.met <- get_iem_apsim_met(state = "IA",
station = "IA0200",
dates = c("2012-01-01","2012-12-31"))
summary(iem.met)
## Alternatively, coordinates can be used
## This should be equivalent to the previous request
iem.met2 <- get_iem_apsim_met(lonlat = c(-93.77, 42.02),
dates = c("2012-01-01","2012-12-31"))
summary(iem.met2)
}
Run the code above in your browser using DataLab