Learn R Programming

tm (version 0.5-5)

GmaneSource: Gmane Source

Description

Construct a source for a Gmane mailing list RSS feed.

Usage

GmaneSource(x, encoding = "UTF-8")

Arguments

x
Either a character identifying the file or a connection.
encoding
A character giving the encoding of x.

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.

Examples

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

Run the code above in your browser using DataLab