#Get the Rainfall series for the UK
if (FALSE) UKRain <- GetDataMetOffice(Variable = "Rainfall", Region = "UK")
#Now we'll get mean temperature data for East Anglia
if (FALSE) TempEastAnglia <- GetDataMetOffice(Variable = "Tmean", Region = "East_Anglia")
Run the code above in your browser using DataLab