getMNode | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.