read_eml {EML} | R 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)
[Package EML version 2.0.6.1 Index]