| ApiResource-class | R Documentation |
A virtual class representing a Timeseries API resource.
is.ApiResource(x)
as.ApiResource(x)
as.list.ApiResource(x, ...)
unique.ApiResource(x, ...)
fromURI(uri)
is.ApiResource: Checks whether x is an ApiResource.
as.ApiResource: Coerces x to an ApiResource.
as.list.ApiResource: Corces the ApiResource x into a list.
unique.ApiResource: Returns the unique ApiResources in x.
fromURI: Parses the given URIs into their respective ApiResource.
idThe identifier.
labelThe human-readable name.
endpointThe associated Endpoint.
Christian Autermann c.autermann@52north.org
Other API.Resources: Category,
Category-class, as.Category,
is.Category; Feature,
Feature-class, as.Feature,
is.Feature; Offering,
Offering-class, as.Offering,
is.Offering; Phenomenon,
Phenomenon-class,
as.Phenomenon, is.Phenomenon;
Procedure, Procedure-class,
as.Procedure, is.Procedure;
Service, Service-class,
as.Service, is.Service;
Station, Station-class,
as.Station, is.Station;
Timeseries, Timeseries-class,
as.Timeseries, is.Timeseries
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.