D1Node {dataone} | R Documentation |
Create a D1Node object.
Description
Create a D1Node object.
Usage
D1Node(xml, ...)
## S4 method for signature 'XMLInternalElementNode'
D1Node(xml)
Arguments
xml |
An XML object that describes the node to be initialized (see listNodes). |
... |
(not yet used) |
Value
the Node object representing the DataONE environment
[Package dataone version 2.2.2 Index]