as_eml | R Documentation |
Generic function to convert an object to an object which can be saved as EML
as_eml(x, ...) ## Default S3 method: as_eml(x, ...)
x |
object to be converted. |
... |
additional arguments for methods |
A list
object which can be converted to EML. It can be
written to a file using write_eml()
. The resulting eml file can be
validated using eml_validate()
.
NB: This does only validate the EML format, and NOT the validation as defined in the scheme definition package!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.