download_camele {evapoRe} | R Documentation |
CAMELE data downloader
Description
Downloading CAMELE evapotranspiration data
Usage
download_camele(
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]