get_request | R Documentation |
Download ECMWF data from a request
get_request(...)
... |
All arguments passed to |
Returns character string with path to downloaded file.
wf_request()
## Not run:
e_key(user = "112233", key = "123456789", service = "cds")
req_list <- e_request(variable = "snow_density",
years = 2018:2019,
months = 3:4,
days = 15,
out_file = "test.nc")
get_request(user = "112233",
request = req_list,
transfer = TRUE,
path = ".",
verbose = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.