Here’s how to publish RSS data from sciencegeist.com as a list of headlines.
library(headliner)
library(dplyr)
data(sciencegeist)
sciencegeist %>%
head(10) %>%
headlines(title = "Sciencegeist newsfeed",
save_as = "headlines.html")
Please note: images are not shown in this layout.