D1Client: The DataONE client class used to download, update and search for data in the DataONE network.
Description
The DataONE client class used to download, update and search for data in the DataONE network.
Usage
D1Client(x, y, ...)
# S4 method for ANY,ANY
D1Client()
# S4 method for character,ANY
D1Client(x, y, ...)
# S4 method for character,character
D1Client(x, y)
# S4 method for CNode,MNode
D1Client(x, y, ...)
# S4 method for character,MNode
D1Client(x, y, ...)
Value
the D1Client object representing the DataONE environment
Arguments
x
The label for the DataONE environment to be using ('PROD','STAGING','SANDBOX','DEV'). This parameter
can alternatively be a CNode() instance, with the y parameter specified as an MNode() instance.
y
The node Id of the application's 'home' node. Should be already registered to the corresponding 'env'. This
parameter can alternatively be an MNode() instance, with the x parameter specified as a CNode() instance.