dataone (version 2.2.1)

getMNodeId: Get the member node identifier associated with this D1Client object..

Description

One Member Node can be associated with the client as the default to which data and metadata are written.

Usage

getMNodeId(x)

# S4 method for D1Client getMNodeId(x)

Arguments

x

A D1Client object.

Value

The Member Node identifier as a character vector

See Also

D1Client class description.

Examples

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

Run the code above in your browser using DataLab