if (FALSE) { # interactive()
# Download weather station data for Toowoomba, Queensland for 2010
tbar <- get_GSOD(years = 2010, station = "955510-99999")
# Download weather data for the year 1929
w_1929 <- get_GSOD(years = 1929)
# Download weather data for the year 1929 for Ireland
ie_1929 <- get_GSOD(years = 1929, country = "Ireland")
}
Run the code above in your browser using DataLab