read_eml {delma} | R Documentation |
Read an EML-formatted metadata document
Description
read_eml()
imports metadata from an EML file into the workspace as a
tibble
.
Usage
read_eml(file)
Arguments
file |
Filename or URL to read from. |
Value
read_eml()
returns an object of class tbl_df
, tbl
and
data.frame
(i.e. a tibble
).
Examples
source_file <- system.file("extdata",
"bionet_metadata.xml",
package = "delma")
df <- read_eml(source_file)
[Package delma version 0.1.1 Index]