RpsiXML (version 2.8.0)

eListHandler: xmlEventParse handlers for PSI-MI XML documents

Description

xmlEventParse handlers for PSI-MI XML documents

Usage

eListHandler() iListHandler()

Arguments

Value

list; see examples for structure

Details

A dump() method is supplied to deliver the list.

Examples

Run this code
xmlDir <- system.file("/extdata/psi25files",package="RpsiXML")
fn <- file.path(xmlDir, "hprd_200709_test.xml")
XML::xmlEventParse(fn, eListHandler())$dump()

Run the code above in your browser using DataLab