Description Usage Arguments Value Examples
Coerce an EML file or object into an emld object.
1 |
x |
path to an EML file |
from |
explicit type for the input format. By default, will attempt to guess the format, but it always safer to specify the input format. This is essential for literal text strings or raw vectors where the type cannot be guessed by the R object class or file extension of the input. |
an emld object
1 2 | hf205 <- system.file("extdata/hf205.xml", package="emld")
as_emld(hf205)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.