eml2eal_losses: Check info lost in the EML to EAL translation

View source: R/eml2eal.R

eml2eal_lossesR Documentation

Check info lost in the EML to EAL translation

Description

Check info lost in the EML to EAL translation

Usage

eml2eal_losses(eml, eml.eal)

Arguments

eml

(character) Full path to original EML file

eml.eal

(character) Full path to EML file created by make_eml()

Value

(list) Lost values w/xpath names

Examples

## 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)


EDIorg/emlAssemblyLine documentation built on Nov. 4, 2022, 11:59 p.m.