parseCapabilities {dataone} | R Documentation |
Construct a Node, using a passed in capabilities XML
Description
Construct a Node, using a passed in capabilities XML
Usage
parseCapabilities(x, ...)
## S4 method for signature 'D1Node'
parseCapabilities(x, xml)
Arguments
x |
The node to which capabilities should be applied. |
... |
(not yet used) |
xml |
The XML capabilities representing the node to be created |
Value
The Node object with modified capabilities properties from the XML
[Package dataone version 2.2.2 Index]