listMemberNodes function

List DataONE Member Nodes.

List DataONE Member Nodes.

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)

Arguments

  • x: A D1Client object.

Examples

## Not run: d1c <- D1Client("PROD") nodelist <- listMemberNodes(d1c) ## End(Not run)

See Also

D1Clientclass description.

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