View source: R/download_data.R
download_data | R Documentation |
The function download_data
downloads the selected data product.
download_data(
dataset = "all",
path = ".",
domain = "raw",
timestep = "monthly"
)
dataset |
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:
|
timestep |
a character string with the desired time resolution. Suitable options are:
|
No return value, called to download the required data sets.
download_data("gldas-vic", tempdir(), timestep = "yearly")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.