getMN function

Get a member node client based on its node identifier.

Get a member node client based on its node identifier.

getMN(x, nodeid, ...) ## S4 method for signature 'D1Client,ANY' getMN(x, nodeid, ...) ## S4 method for signature 'D1Client,character' getMN(x, nodeid)

Arguments

  • x: A D1Client object.
  • nodeid: The identifier of the node to retrieve.
  • ...: (Not yet used)

Note

This method has been superceded by getMNodeId

Examples

## Not run: cli <- D1Client("STAGING2", "urn:node:mnTestKNB") testMN <- getMN(cli) ## End(Not run)

See Also

D1Clientclass description.

  • Maintainer: Matthew B. Jones
  • License: Apache License 2.0
  • Last published: 2022-06-10