listMemberNodes | R Documentation |
A D1Client object is associated with a DataONE Coordinating Node. The
listMemberNodes
method lists all member nodes associated with a CN.
listMemberNodes(x) ## S4 method for signature 'D1Client' listMemberNodes(x)
x |
A D1Client object. |
D1Client
class description.
## Not run: d1c <- D1Client("PROD") nodelist <- listMemberNodes(d1c) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.