Learn R Programming

dataone (version 2.3.0)

CNode: Create a CNode object.

Description

Create a CNode object.

Usage

CNode(x, ...)

# S4 method for ANY CNode()

# S4 method for character CNode(x)

Value

the CNode object representing the DataONE environment

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("v01-dataone-overview").

See Also

CNode() class description.

Examples

Run this code
if (FALSE) {
cn <- CNode("PROD")
}

Run the code above in your browser using DataLab