getCN {dataone} | R Documentation |
Get the coordinating node associated with this D1Client object.
getCN(x)
## S4 method for signature 'D1Client'
getCN(x)
x |
A D1Client object. |
The method getCN has been deprecated.
D1Client
class description.
## Not run:
cli <- D1Client("STAGING2", "urn:node:mnTestKNB")
testCN <- getCN(cli)
## End(Not run)