View source: R/download_t_data.R
download_t_data | R Documentation |
Downloading Temperature data from different datasets
download_t_data(
data_name,
path = "",
domain = "raw",
time_res = "monthly",
variable = "all"
)
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. |
No return value, called to download the required data sets.
download_t_data("cru", tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.