CNode {dataone} | R Documentation |
Create a CNode object.
CNode(x, ...)
## S4 method for signature 'ANY'
CNode()
## S4 method for signature 'character'
CNode(x)
x |
The label for the DataONE environment to be using ('PROD','STAGING', 'STAGING2,'SANDBOX', 'SANDBOX2','DEV', 'DEV2') |
... |
(not yet used) |
For an explanation of DataONE Coordinating Nodes, see the
section "DataONE Environments" in the overview vignette by entering the R command: vignette("dataone-overview")
.
the CNode object representing the DataONE environment
CNode
class description.
## Not run:
cn <- CNode("PROD")
## End(Not run)