read_eml | R Documentation |
Read an EML file into R as an emld object.
read_eml(x, from = "xml")
x |
path to an EML file |
from |
explicit type for the input format. Possible values: "xml", "json", "list", or "guess" with "xml" as the default. |
an emld object (list / S3 object)
f <- system.file("extdata", "example.xml", package = "emld") eml <- read_eml(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.