download_data {evapoRe} | R Documentation |
Download various evapotranspiration data products
Description
The function download_data
downloads the selected data product.
Usage
download_data(
data_name = "all",
path = "",
domain = "raw",
time_res = "monthly"
)
Arguments
data_name |
a character string with the name(s) of the desired data set. Suitable options are:
|
path |
a character string with the path where the database 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:
|
Value
No return value, called to download the required data sets.
Examples
download_data("gldas-vic", tempdir())