read_eml()
imports metadata from an EML file into the workspace as a
tibble
.
Examples
source_file <- system.file("extdata",
"bionet_metadata.xml",
package = "delma")
df <- read_eml(source_file)