Learn R Programming

tm.plugin.webmining (version 0.9)

rbloggers: WebCorpus retrieved from the Google Reader API for the R-Bloggers blog consisting only of meta data (no main content available). Length of retrieved corpus is 1000.

Description

WebCorpus retrieved from the Google Reader API for the R-Bloggers blog consisting only of meta data (no main content available). Length of retrieved corpus is 1000.

Arguments

References

http://feeds.feedburner.com/RBloggers

Examples

Run this code
#Data set has been generated as follows:
token <- auth.google.reader(email="<username>@gmail.com", password="<password>")
rbloggers <- WebCorpus(GoogleReaderSource("http://feeds.feedburner.com/RBloggers", token, params = list(n = 1000)),
		postFUN = NULL)

Run the code above in your browser using DataLab