download_terraclimate {evapoRe} | R Documentation |
TerraClimate data downloader
Description
Downloading TerraClimate evapotranspiration data
Usage
download_terraclimate(
path = "",
domain = "raw",
time_res = "monthly",
variable = "e"
)
Arguments
path |
a character string with the path where the data will be downloaded. |
domain |
a character string with the desired domain data set. Suitable options are:
|
time_res |
a character string with the desired time resolution. Suitable options are:
|
variable |
a character string for the variable. Suitable options are:
|
Value
No return value, called to download the data set.
[Package evapoRe version 1.0.1 Index]