read_eml: read_eml

View source: R/read_eml.R

read_emlR Documentation

read_eml

Description

Read an EML file into R as an emld object.

Usage

read_eml(x, from = "xml")

Arguments

x

path to an EML file

from

explicit type for the input format. Possible values: "xml", "json", "list", or "guess" with "xml" as the default.

Value

an emld object (list / S3 object)

Examples

f <- system.file("extdata", "example.xml", package = "emld")
eml <- read_eml(f)

ropensci/EML documentation built on June 11, 2022, 10:32 a.m.