Skip to contents

create_eml generates a EML entity of type eml from objects and metadata compiled from capeml objects in the working directory

Usage

create_eml()

Value

EML entity of type EML is returned.

Details

A eml entity is created from objects defined in the user's R environment and configuration files.

Note

create_eml will look for most inputs used to construct a eml entity, such as access and dataset, in the working environment; these parameters are not passed directly to the function and must exist in the working environment.

Some parameters, such access, are loaded in the backgroud when the package is loaded and not called directly by the user.