write_eml | R Documentation |
write_eml()
writes a tibble
, list
or xml_document
to an EML file.
Note that EML files always have the file extension .xml
.
write_eml(x, file)
x |
Object of any class handled by |
file |
Filename to write to |
Doesn't return anything; called for the side-effect of writing the specified EML file to disk.
source_file <- system.file("extdata",
"bionet_metadata.Rmd",
package = "delma")
df <- read_md(source_file)
write_eml(df, "example.xml")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.