eListHandler {Rintact} | R Documentation |
xmlEventParse handlers for MIF XML documents from EBI intact
eListHandler() iListHandler()
A dump() method is supplied to deliver the list.
list; see examples for structure
Vince Carey <stvjc@channing.harvard.edu>
fn <- system.file("MIFXML/ebi188.xml", package="Rintact") xmlEventParse(fn, eListHandler())$dump() xmlEventParse(fn, iListHandler())$dump()[1:5]