# Get the rainfall time series for the UK
if (FALSE) {
uk_rain <- GetDataMetOffice(Variable = "Rainfall", Region = "UK")
}
# Get the mean temperature data for East Anglia
if (FALSE) {
temp_east_anglia <- GetDataMetOffice(Variable = "Tmean", Region = "East_Anglia")
}
Run the code above in your browser using DataLab