service,Category-method | R Documentation |
#' Common getter and setter for relations between API resources.
## S4 method for signature 'Category'
service(x)
## S4 replacement method for signature 'Category,Service_or_NULL'
service(x) <- value
## S4 method for signature 'Timeseries'
service(x)
## S4 replacement method for signature 'Timeseries,Service_or_NULL'
service(x) <- value
## S4 method for signature 'Timeseries'
feature(x)
## S4 replacement method for signature 'Timeseries,Feature_or_NULL'
feature(x) <- value
## S4 method for signature 'Timeseries'
offering(x)
## S4 replacement method for signature 'Timeseries,Offering_or_NULL'
offering(x) <- value
## S4 method for signature 'Timeseries'
category(x)
## S4 replacement method for signature 'Timeseries,Category_or_NULL'
category(x) <- value
## S4 method for signature 'Timeseries'
procedure(x)
## S4 replacement method for signature 'Timeseries,Procedure_or_NULL'
procedure(x) <- value
## S4 method for signature 'Timeseries'
station(x)
## S4 replacement method for signature 'Timeseries,Station_or_NULL'
station(x) <- value
## S4 method for signature 'Timeseries'
phenomenon(x)
## S4 replacement method for signature 'Timeseries,Phenomenon_or_NULL'
phenomenon(x) <- value
service(x)
service(x) <- value
feature(x)
feature(x) <- value
offering(x)
offering(x) <- value
procedure(x)
procedure(x) <- value
station(x)
station(x) <- value
category(x)
category(x) <- value
phenomenon(x)
phenomenon(x) <- value
x |
The Category. |
service
gets the Service of the resource.
procedure<-
sets the Procedure of the resource.
feature
gets the Feature of the resource.
feature<-
sets the Feature of the resource.
offering
gets the Offering of the resource.
offering<-
sets the Offering of the resource.
procedure
gets the Procedure of the resource.
procedure<-
sets the Procedure of the resource.
station
gets the Station of the resource.
station<-
sets the Station of the resource.
category
gets the Category of the resource.
category<-
sets the Category of the resource.
phenomenon
gets the Phenomenon of the resource.
phenomenon<-
sets the Phenomenon of the resource.
Christian Autermann c.autermann@52north.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.