ServiceNode {thredds} | R Documentation |
A simple class for parsing and holdoing service info
Description
A Service representation that subclasses from ThreddsNode
Super class
thredds::ThreddsNode
-> ServiceNode
Public fields
name
character
serviceType
character
base
character base url
Methods
Public methods
Inherited methods
Method new()
initialize an instance of ServiceNode
Usage
ServiceNode$new(x, ...)
Arguments
x
url or xml2::xml_node
...
arguments for superclass initialization
Method print()
print method
Usage
ServiceNode$print(prefix = "")
Arguments
prefix
character, to be printed before each line of output (like spaces)
...
other arguments for superclass
Method clone()
The objects of this class are cloneable with this method.
Usage
ServiceNode$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
Note
For examples see CatalogNode
[Package thredds version 0.1-4 Index]