The DataONE client class used to download, update and search for data in the DataONE network.
The DataONE client class used to download, update and search for data in the DataONE network.
D1Client(x, y,...)## S4 method for signature 'ANY,ANY'D1Client()## S4 method for signature 'character,ANY'D1Client(x, y,...)## S4 method for signature 'character,character'D1Client(x, y)## S4 method for signature 'CNode,MNode'D1Client(x, y,...)## S4 method for signature 'character,MNode'D1Client(x, y,...)
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.
...: (not yet used)
Returns
the D1Client object representing the DataONE environment