dataone (version 2.2.1)

setMNodeId: Set the member node identifier to be associated with the D1Client object.

Description

The member node identifier is the URN identifier used by DataONE to uniquely identifier a node, for example "urn:node:KNB" specifies the "Knowledge Network for Biodiversity" member node.

Usage

setMNodeId(x, id)

# S4 method for D1Client,character setMNodeId(x, id)

Arguments

x

A D1Client object.

id

A DataONE member node identifier.

Details

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

See Also

D1Client class description.