download_t_data {evapoRe} | R Documentation |
Temperature Data Downloader
Description
Downloading Temperature data from different datasets
Usage
download_t_data(
data_name,
path = "",
domain = "raw",
time_res = "monthly",
variable = "all"
)
Arguments
data_name |
a character string indicating the dataset to download. Suitable options are:
|
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 indicating the variable to download. Suitable options are: For TerraClimate dataset:
Use "all" to download all available variables for the dataset. |
Value
No return value, called to download the required data sets.
Examples
download_t_data("cru", tempdir())