getCN {dataone} | R Documentation |
Get the coordinating node associated with this D1Client object.
Description
Get the coordinating node associated with this D1Client object.
Usage
getCN(x)
## S4 method for signature 'D1Client'
getCN(x)
Arguments
x |
A D1Client object. |
Note
The method getCN has been deprecated.
See Also
D1Client
class description.
Examples
## Not run:
cli <- D1Client("STAGING2", "urn:node:mnTestKNB")
testCN <- getCN(cli)
## End(Not run)
[Package dataone version 2.2.2 Index]