eml

eml(access = NULL, dataset = NULL, citation = NULL,
  software = NULL, protocol = NULL, additionalMetadata = NULL,
  packageId = NULL, system = NULL, scope = NULL, lang = NULL)

Arguments

access

Access control rules for the entire resource, which can be overridden by access rules in distribution trees See access()

dataset

A resource that describes a data set, which can include one or more data entities such as data tables. See dataset()

citation

A resource that describes a literature citation that one might find in a bibliography. See citation()

software

A resource that describes a software package, which can include commercial and non-commercial software as well as data processing programs. See software()

protocol

A resource that describes a scientific protocol, which can include one or more descriptions of methods and procedures. See protocol()

additionalMetadata

A flexible field for including any other relevant metadata that pertains to the resource being described. See additionalMetadata()

packageId

A unique identifier for this entire EML metadata document that can be used to reference it elsewhere.

system

The data management system within which an identifier is in scope and therefore unique. This is typically a URL (Uniform Resource Locator) that indicates a data management system. All identifiers that share a system must be unique. In other words, if the same identifier is used in two locations with identical systems, then by definition the objects at which they point are in fact the same object.

scope

The scope of the identifier. Scope is generally set to either "system", meaning that it is scoped according to the "system" attribute, or "document" if it is only to be in scope within this single document instance. In this particular use of scope, it is FIXED to be "system" because the packageId is required and always has the scope of the required "system".

lang

Language (an xml:lang attribute) of the provided text.

Value

a eml list object