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