download_gleam {evapoRe} | R Documentation |
GLEAM data downloader
Description
Downloading GLEAM evapotranspiration data
Usage
download_gleam(
path = "",
domain = "raw",
time_res = "monthly",
variable = "e",
version = ""
)
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:
|
version |
an optional character string for the version. Suitable options are:
|
Value
No return value, called to download the data set.