Learn R Programming

tm (version 0.5-9.1)

GmaneSource: Gmane Source

Description

Construct a source for a Gmane mailing list RSS feed.

Usage

GmaneSource(x, encoding = "unknown")

Arguments

x
Either a character identifying the file or a connection.
encoding
encoding to be assumed for input strings. It is used to mark character strings as known to be in Latin-1 or UTF-8: it is not used to re-encode the input.

Value

  • An object of class GmaneSource which extends the class Source representing a Gmane mailing list RSS feed.

See Also

getSources to list available sources. Encoding on encodings in R.

Examples

Run this code
GmaneSource(url("http://rss.gmane.org/gmane.comp.lang.r.general"))

Run the code above in your browser using DataLab