readGmane(elem, language, id)
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 lcharacter
vector giving the text's language.character
vector representing a unique identification
string for the returned text document.getReaders
to list available reader functions.gs <- GmaneSource(url("http://rss.gmane.org/gmane.comp.lang.r.general"))
elem <- getElem(stepNext(gs))
(gmane <- readGmane(elem, language = "eng", id = "id1"))
meta(gmane)
Run the code above in your browser using DataLab