eml2eal_losses | R Documentation |
Check info lost in the EML to EAL translation
eml2eal_losses(eml, eml.eal)
eml |
(character) Full path to original EML file |
eml.eal |
(character) Full path to EML file created by |
(list) Lost values w/xpath names
## Not run:
# EML w/unsupported content
eml <- system.file("eml2eal_test.xml", package = "EMLassemblyline")
# Same EML but after translation through eml2eal()
emleal <- system.file(
"/examples/pkg_260/eml/edi.260.1.xml",
package = "EMLassemblyline")
# Info losses
losses <- eml2eal_losses(eml, emleal)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.