Description Usage Arguments Value See Also Examples
Returns the contents of the requested url as a netCDF file downloaded to disk or the current status of the requested transfer.
1 2 | wf_transfer(email, url, path = tempdir(), filename = "ecmwf_tmp.nc",
verbose = TRUE)
|
email |
email address used to sign up for the ECMWF data service and
used to retrieve the token set by |
url |
url to query |
path |
path were to store the downloaded data |
filename |
filename to use for the downloaded data |
verbose |
show feedback on data transfers |
a netCDF of data on disk as specified by a
wf_request
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.