powered by
Read an EML file into R as an emld object.
read_eml(x, from = "xml")
an emld object (list / S3 object)
path to an EML file
explicit type for the input format. Possible values: "xml", "json", "list", or "guess" with "xml" as the default.
f <- system.file("extdata", "example.xml", package = "emld") eml <- read_eml(f)
Run the code above in your browser using DataLab