The DataONE client class used to download, update and search for data in the DataONE network.
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, ...)
(not yet used)
the D1Client object representing the DataONE environment
D1Client
class description.
# NOT RUN {
cli <- D1Client("PROD", "urn:node:KNB")
cn <- CNode('STAGING2')
mn <- getMNode(cn,'urn:node:mnTestKNB')
cli <- D1Client(cn,mn)
# }
Run the code above in your browser using DataLab