I’ve recently put an R package on Github, climatedata, that I’ve put together as part of my PhD work. At present, the idea is to help the package user download climate index data, either directly or as calculated from source data.

At this point, there are three indices available to download:

I expect to add more functionality in dribs and drabs as time passes. The package is not yet submitted to CRAN, but it can be installed from Github using devtools:

devtools::install_github('mbertolacci/climatedata')

Feel free to reach out to me if this package is useful to you or you have anything you’d like to add to it—or, even better, send a pull request!