Description Usage Arguments Value See Also Examples
Returns you token set by wf_set_key
1 | wf_get_key(email)
|
email |
email address used to sign up for the ECMWF data service |
the key set using wf_set_key
saved
in the keychain
1 2 3 4 5 | # set key
wf_set_key(email = "test@mail.com", key = "123")
# get key
wf_get_key(email = "test@mail.com")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.