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