Learn R Programming

thredds (version 0.1-4)

ServiceNode: A simple class for parsing and holdoing service info

Description

A Service representation that subclasses from ThreddsNode

Arguments

Super class

thredds::ThreddsNode -> ServiceNode

Public fields

name

character

serviceType

character

base

character base url

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.