SystemMetadata {datapack}R Documentation

Create DataONE SystemMetadata object

Description

A class representing DataONE SystemMetadata, which is core information about objects stored in a repository and needed to manage those objects across systems. SystemMetadata contains basic identification, ownership, access policy, replication policy, and related metadata.

If the *sysmeta* parameter is specified, then construct a new SystemMetadata instance by using the fields from an XML representation of the SystemMetadata.

Usage

SystemMetadata(...)

## S4 method for signature 'XMLInternalElementNode'
SystemMetadata(x, ...)

Arguments

...

Additional arguments

x

A value of type "XMLInternalElementNode", containing the parsed XML element with SystemMetadata fields.

See Also

SystemMetadata-class


[Package datapack version 1.4.1 Index]