write_eml | R Documentation |
write_eml
write_eml(eml, file, namespaces = NULL, ns = "eml", ...)
eml |
an emld class object |
file |
file name to write XML. |
namespaces |
named character vector of additional XML namespaces to use. |
ns |
root namespace abbreviation |
... |
additional arguments to |
If file is not specified, the result is a character string containing the resulting XML content. Otherwise return silently.
f <- system.file("extdata", "example.xml", package = "emld") eml <- read_eml(f) write_eml(eml, "test.xml") eml_validate("test.xml") unlink("test.xml") # clean up
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.