Displaying 1 result from an estimated 1 matches for "rss2sourc".
Did you mean:
rss2source
2011 Apr 06
0
Curious treatment of entities in xmlTreeParse
...p = list("function",function(x) as.POSIXlt(Sys.time(),
tz = "GMT")),
Heading = list("node", "/item/title"),
ID = list("function", function(x) tempfile()),
Origin = list("node", "/item/link")),
doc = PlainTextDocument())
rss2Source <- function(x, encoding = "UTF-8")
XMLSource(x, function(tree)
XML::getNodeSet(XML::xmlRoot(tree),"/rss/channel/item"), rss2Reader,
encoding)
feed.rss2 <- rss2Source(url("http://scottbw.wordpress.com/feed/"))
corp1<-Corpus(feed.rss2, readerControl=list(lan...