read_eml | R Documentation |
read_eml()
imports metadata from an EML file into the workspace as a
tibble
.
read_eml(file)
file |
Filename or URL to read from. |
read_eml()
returns an object of class tbl_df
, tbl
and
data.frame
(i.e. a tibble
).
source_file <- system.file("extdata",
"bionet_metadata.xml",
package = "delma")
df <- read_eml(source_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.