getMetadataMember {dataone} | R Documentation |
Get the DataObject containing package metadata
Description
Each DataObject in the DataPackage is inspected to see if it matches one of the formats supported by DataONE for metadata. If a package member's format matches one of the supported formats, the identifier for that member is returned.
Usage
getMetadataMember(x, dp, ...)
## S4 method for signature 'D1Client,DataPackage'
getMetadataMember(x, dp, as = "character", ...)
Arguments
x |
A D1Client object |
dp |
A DataPackage object |
... |
(Additional arguments, Not yet used.) |
as |
A value of type |
Details
This method calls the DataONE CN 'format' service to obtain the current format list.
Value
The identifier of the metadata object
[Package dataone version 2.2.2 Index]