dataone (version 2.2.1)

getCN: 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 D1Client getCN(x)

Arguments

x

A D1Client object.

See Also

D1Client class description.

Examples

Run this code
# NOT RUN {
cli <- D1Client("STAGING2", "urn:node:mnTestKNB")
testCN <- getCN(cli)
# }

Run the code above in your browser using DataLab