Endpoint-class | R Documentation |
A class representing a Timeseries API endpoint.
is.Endpoint(x)
as.Endpoint(x)
Endpoint(url = character(), label = NULL, ...)
is.Endpoint
: Checks wether x
is an Endpoint
.
as.Endpoint
: Coerces x
into an Endpoint
.
Endpoint
: Constructs a new Endpoint
.
url
The URL.
label
A human readable name.
Christian Autermann c.autermann@52north.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.