
Download historical climate data recursively
Source:R/get_historical_data_recursive.R
get_historical_data_recursive.Rd
Recursively get historical data
Arguments
- locator
The ISO3 country code that you want data about. (http://unstats.un.org/unsd/methods/m49/m49alpha.htm) or the basin ID [1-468]. The historical period for country is 1901 - 2009, and 1960 - 2009 for basin
- cvar
The climate variable you're interested in. "pr" for precipitation, "tas" for temperature in celcius.
- time_scale
The time scale you want to return values on. Must be "month", "year" or "decade"