if (interactive()) {
# data <- get_terraclimate(36.016, 36.943,
# '1979-09-01', '2012-06-30',
# c('ppt', 'tmin', 'tmax'), c(10:12,1:5))
data <- get_terraclimate(36.016, 36.943, '1979-09-01', '2012-06-30')
View(data$climate[[1]])
View(data$biovars[[1]])
}
Run the code above in your browser using DataLab