CNode function

Create a CNode object.

Create a CNode object.

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)

Returns

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

Examples

## Not run: cn <- CNode("PROD") ## End(Not run)

See Also

CNodeclass description.

  • Maintainer: Matthew B. Jones
  • License: Apache License 2.0
  • Last published: 2022-06-10