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 coordinating node to query for its registered Member Nodes
(Not yet used)
Optional - the url of the CN.
the list of nodes in the DataONE CN environment
CNode class description.
CNode
# NOT RUN { cn <- CNode() nodelist <- listNodes(cn) nodeid <- nodelist[[2]]@identifier # }
Run the code above in your browser using DataLab