| Service-class | R Documentation |
Service
Service(id = character(), label = NULL, serviceURL = NULL,
version = NULL, type = NULL, supportsFirstLatest = NULL,
quantities = NULL, endpoint = NULL)
is.Service(x)
as.Service(x)
Service: Constructs a new Service object.
is.Service: Checks if x is a Service.
as.Service: Coerces x into a Service.
serviceURLthe URL of the service
versionthe version of the service
typethe type of the service
supportsFirstLatestwether the service supports first/lastest values
quantitiesa data.frame containing the quantities of the offered resources
Christian Autermann c.autermann@52north.org
Other API.Resources: ApiResource-class,
as.ApiResource,
as.list.ApiResource, fromURI,
is.ApiResource,
unique.ApiResource; 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;
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.