makeEML: Create a minimal EML document.

Description Usage Arguments

Description

An EML document is create from the values passed in.

Usage

1
2
3
makeEML(recordr, id, system, title, creators, abstract = NA,
  methodDescription = NA, geo_coverage = NA, temp_coverage = NA,
  endpoint = NA)

Arguments

recordr

A Recordr object.

id

The identifier for the EML document.

system

The system for the document.

title

The document title.

creators

A list of creator elements.

abstract

The document abstract.

methodDescription

The dataset method description.

geo_coverage

The geographic coverage element.

temp_coverage

The temporal coverage element.

endpoint

The online distribution URL.


NCEAS/recordr documentation built on May 7, 2019, 5:59 p.m.