eListHandler {RpsiXML} | R Documentation |
xmlEventParse handlers for PSI-MI XML documents
eListHandler() iListHandler()
A dump() method is supplied to deliver the list.
list; see examples for structure
Vince Carey <stvjc@channing.harvard.edu>
xmlDir <- system.file("/extdata/psi25files",package="RpsiXML") fn <- file.path(xmlDir, "hprd_200709_test.xml") xmlEventParse(fn, eListHandler())$dump()