setMNodeId {dataone} | R Documentation |
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 signature '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.
Author(s)
setMNodeId
See Also
D1Client
class description.
[Package dataone version 2.2.2 Index]