dataone (version 2.2.1)

CNode: Create a CNode object.

Description

Create a CNode object.

Usage

CNode(x, ...)

# S4 method for ANY CNode()

# S4 method for character CNode(x)

Arguments

x

The label for the DataONE environment to be using ('PROD','STAGING', 'STAGING2,'SANDBOX', 'SANDBOX2','DEV', 'DEV2')

...

(not yet used)

Value

the CNode object representing the DataONE environment

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").

See Also

CNode class description.

Examples

Run this code
# NOT RUN {
cn <- CNode("PROD")
# }

Run the code above in your browser using DataCamp Workspace