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
.
serviceURL
the URL of the service
version
the version of the service
type
the type of the service
supportsFirstLatest
wether the service supports first/lastest values
quantities
a 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.