fetch-methods | R Documentation |
fetch
fetches recursively all metadata for the supplied API resource.
fetch(x, ...)
## S4 method for signature 'Service'
fetch(x, ...)
## S4 method for signature 'DomainResource'
fetch(x, ...)
## S4 method for signature 'Category'
fetch(x, ...)
## S4 method for signature 'Station'
fetch(x, ...)
## S4 method for signature 'Timeseries'
fetch(x, ...)
x |
the API resource to fetch |
... |
Further arguments that may be needed by the actual implementation |
an object of the same class as x
with all meta data added
Christian Autermann c.autermann@52north.org
## Not run:
fetch(Timeseries(id = ids, endpoint = Endpoint(e)))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.