eListHandler: xmlEventParse handlers for PSI-MI XML documents

Description Usage Details Value Author(s) Examples

View source: R/SAXhandlers.R

Description

xmlEventParse handlers for PSI-MI XML documents

Usage

1
2

Details

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

Value

list; see examples for structure

Author(s)

Vince Carey <stvjc@channing.harvard.edu>

Examples

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

RpsiXML documentation built on Nov. 8, 2020, 6:02 p.m.