listNodes {dataone} | R Documentation |
Get the list of nodes associated with a CN
listNodes(x, ...)
## S4 method for signature 'CNode'
listNodes(x, url = as.character(NA), ...)
x |
The coordinating node to query for its registered Member Nodes |
... |
(Not yet used) |
url |
Optional - the url of the CN. |
the list of nodes in the DataONE CN environment
CNode
class description.
## Not run:
cn <- CNode()
nodelist <- listNodes(cn)
nodeid <- nodelist[[2]]@identifier
## End(Not run)