D1Client-initialize function

Initialize a D1Client object

Initialize a D1Client object

## S4 method for signature 'D1Client' initialize( .Object, cn = NA, mn = NA, env = as.character(NA), mNodeid = as.character(NA) )

Arguments

  • .Object: A D1client object.
  • cn: The Member Node object to associate this D1Client with.
  • mn: The Member Node object to associate this D1Client with.
  • env: The DataONE environment to initialize this D1Client with, e.g. "PROD", "STAGING", "SANDBOX", "DEV"
  • mNodeid: The node identifier of the Member Node to associate with this D1Client.

Examples

## Not run: library(dataone) d1c <- D1Client("PROD", "urn:node:KNB") ## End(Not run)

See Also

dataoneclass description.

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