Global mean daily temperature data.

pr_dl_be(path = tempdir(), year = 2011)

Arguments

path

a path where to save the gridded data

year

year to process (requires year - 1 to be present)

Value

nothing is returned to the R working environment, files are downloaded and stored on disk

Examples


# donwload all gridded data for year 2011
if (FALSE) {
pr_dl_be(year = 2011)
}