Learn R Programming

tm (version 0.5-9.1)

readGmane: Read In a Gmane RSS Feed

Description

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

Usage

readGmane(elem, language, id)

Arguments

elem
A list with the named element content which must hold the document to be read in.
language
A character vector giving the text's language.
id
A character vector representing a unique identification string for the returned text document.

Value

See Also

getReaders to list available reader functions.

Examples

Run this code
gs <- GmaneSource(url("http://rss.gmane.org/gmane.comp.lang.r.general"))
elem <- getElem(stepNext(gs))
(gmane <- readGmane(elem, language = "en", id = "id1"))
meta(gmane)

Run the code above in your browser using DataLab