initialize,D1Object-method {dataone} | R Documentation |
Initialize a D1Object
Description
Initialize a D1Object
Usage
## S4 method for signature 'D1Object'
initialize(.Object, id, data, format, mnNodeId = as.character(NA))
Arguments
.Object |
A D1Object instance. |
id |
The identifier for the object |
data |
An R object (data or metadata) that this D1Object contains. |
format |
The Object format. |
mnNodeId |
The DataONE node identifier associated with this object, i.e. "urn:node:KNB" |
See Also
D1Object
class description.
[Package dataone version 2.2.2 Index]