| initialize,D1Client-method | R Documentation | 
Initialize a D1Client object
## S4 method for signature 'D1Client' initialize( .Object, cn = NA, mn = NA, env = as.character(NA), mNodeid = as.character(NA) )
| .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. | 
dataone class description.
## Not run: 
library(dataone)
d1c <- D1Client("PROD", "urn:node:KNB")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.