Description Usage Arguments Value Examples
write_eml
1 |
eml |
an eml 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.
1 2 3 4 | f <- system.file("examples", "example-eml-valid.xml", package = "EML")
eml <- read_eml(f)
write_eml(eml, "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.