readGmane {tm}R Documentation

Read In A Newsgroup Document

Description

Read in a RSS feed as returned by Gmane for mailing lists.

Usage

readGmane(elem, load, 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 load on demand.
language A character vector giving the text's language.
load A logical value indicating whether the document corpus should be immediately loaded into memory.
id A character vector representing a unique identification string for the returned text document.

Value

A NewsgroupDocument.

Author(s)

Ingo Feinerer

See Also

Use getReaders to list available reader functions.


[Package tm version 0.3-4.1 Index]