powered by
read_eml() imports metadata from an EML file into the workspace as a tibble.
read_eml()
tibble
read_eml(file)
read_eml() returns an object of class tbl_df, tbl and data.frame (i.e. a tibble).
tbl_df
tbl
data.frame
Filename or URL to read from.
source_file <- system.file("extdata", "bionet_metadata.xml", package = "delma") df <- read_eml(source_file)
Run the code above in your browser using DataLab