getMNode {dataone} | R Documentation |
Get a reference to a node based on its identifier
getMNode(x, ...)
## S4 method for signature 'CNode'
getMNode(x, nodeid)
x |
The coordinating node to query for its registered Member Nodes |
... |
(Not yet used) |
nodeid |
The standard identifier string for this node |
For an explanation of DataONE Coordinating Nodes and Member Node
identifiers, see the section "DataONE Environments" in the overview vignette
by entering the R command: vignette("dataone-overview")
.
the Member Node as an MNode reference, or NULL if not found
CNode
class description.
## Not run:
cn <- CNode()
mn <- getMNode(cn, "urn:node:KNB")
## End(Not run)