Displaying 1 result from an estimated 1 matches for "malaria_grave".
2010 Aug 24
2
Parsing a XML file
I have one XML file with 30MB that I need to read the data.
I try this;
library(XML)
doc <- xmlDoc("Malaria_Grave.xml")
And R answers like this
*** caught segfault ***
address 0x5, cause 'memory not mapped'
Traceback:
1: .Call("RS_XML_createDocFromNode", node, PACKAGE = "XML")
2: xmlDoc("Malaria_Grave.xml")
Possible actions:
1: abort (with core dump, if enabled)...