| readReut21578XML {tm} | R Documentation |
Read in a Reuters21578 XML document.
readReut21578XML(elem, language, id) readReut21578XMLasPlain(elem, language, id)
elem |
A list with the two named elements content
and uri. The first element holds the document to
be read in, the second element holds a call to extract this
document. The call is evaluated upon a request for load on demand. |
language |
A character vector giving the text's language. |
id |
A character vector representing a unique identification
string for the returned text document. |
An XMLTextDocument for readReut21578XML, or a
PlainTextDocument for readReut21578XMLasPlain.
Ingo Feinerer
Use getReaders to list available reader functions.