
Last chance! 50% off unlimited learning
Sale ends in
Read feed metadata and entries.
feed.extract(url, encoding = "UTF-8")
URL for the feed.
Encoding use to read feed.
A list containing the following elements:
- title: Title of the original site.
- link: A link to the original site.
- updated: When the feed was last updated.
- items: A data frame with records for each entry in the feed.
- hash: A hash key constructed from the post link. This is intended for easy indexing.
# NOT RUN {
feed.extract("https://feeds.feedburner.com/RBloggers")
feed.extract("http://journal.r-project.org/rss.atom")
feed.extract("http://www.valor.com.br/financas/mercados/rss", "ISO-8859-2")
# }
Run the code above in your browser using DataLab