convertReut21578XMLPlain {tm} | R Documentation |
Transform a Reuters21578 XML document to a plain text document.
convertReut21578XMLPlain(node, ...)
node |
an XML node representing a <REUTERS></REUTERS> element from a well-formed Reuters-21578 XML file. |
... |
Arguments passed over by calling functions. |
A PlainTextDocument
representing node
.
Ingo Feinerer