Learn R Programming

tm (version 0.4)

readRCV1: Read In a Reuters Corpus Volume 1 Document

Description

Read in a Reuters Corpus Volume 1 XML document.

Usage

readRCV1(elem, language, id)

Arguments

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 l
language
A character vector giving the text's language.
id
A character vector representing a unique identification string for the returned text document.

Value

  • An XMLTextDocument.

See Also

Use getReaders to list available reader functions.