powered by
Get the list of nodes associated with a CN
listNodes(x, ...)# S4 method for CNode listNodes(x, url = as.character(NA), ...)
# S4 method for CNode listNodes(x, url = as.character(NA), ...)
the list of nodes in the DataONE CN environment
The coordinating node to query for its registered Member Nodes
(Not yet used)
Optional - the url of the CN.
CNode() class description.
CNode()
if (FALSE) { cn <- CNode() nodelist <- listNodes(cn) nodeid <- nodelist[[2]]@identifier }
Run the code above in your browser using DataLab