Description Usage Arguments Value See Also Examples
Returns a list of services
1 | wf_services(email, simplify = TRUE)
|
email |
email address used to sign up for the ECMWF data service and
used to retrieve the token set by |
simplify |
simplify the output, logical (default = |
returns a nested list or data frame with the ECMWF services
wf_set_key
wf_transfer
wf_request
1 2 3 4 5 6 7 8 | # set key
wf_set_key(email = "test@mail.com", key = "123")
# get a list of services
wf_services("test@mail.com")
# get a list of datasets
wf_datasets("test@mail.com")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.