Get a member node client based on its node identifier.
getMN(x, nodeid, ...)# S4 method for D1Client,ANY
getMN(x, nodeid, ...)
# S4 method for D1Client,character
getMN(x, nodeid)
A D1Client object.
The identifier of the node to retrieve.
(Not yet used)
D1Client
class description.
# NOT RUN {
cli <- D1Client("STAGING2", "urn:node:mnTestKNB")
testMN <- getMN(cli)
# }
Run the code above in your browser using DataLab