datawookie / feedeR

Handle RSS and Atom feeds from R
29 stars 6 forks source link

feedeR

Build
Status GitHub
version codecov.io CRAN\_Status\_Badge

Feed Reader Package for R

A package for reading RSS and Atom feeds.

Installation

Easy to install.

devtools::install_github("datawookie/feedeR")

Usage

For a RSS feed:

feed.extract("https://feeds.feedburner.com/RBloggers")

For an Atom feed:

feed.extract("http://journal.r-project.org/rss.atom")

Similar Projects