write_eml()
writes a tibble
, list
or xml_document
to an EML file.
Note that EML files always have the file extension .xml
.
Examples
if (FALSE) { # \dontrun{
use_metadata("example.Rmd")
df <- read_md("example.Rmd")
write_eml(df, "example.xml")
} # }