Hi. I am currently working on an assignment where I need to fetch news feed from various sources and store in a corpus in R.
I have successfully installed the packages "tm" and "tm.plugin.webmining". But when I execute the following command it is ending up with an error mentioned further below.
install.packages("tm")
install.packages("tm.plugin.webmining")
library(tm)
library(tm.plugin.webmining)
<b>corpus <- WebCorpus(GoogleFinanceSource("AAPL"))</b>
<i>No such file or directoryfailed to load external entity "http://www.google.com/finance/company_news?hl=en&q=AAPL&ie=utf-8&start=0&num=20&output=rss"
Error: 1: No such file or directory2: failed to load external entity "http://www.google.com/finance/company_news?hl=en&q=AAPL&ie=utf-8&start=0&num=20&output=rss"</i>
Can anyone please help me on this. Thanks in advance guys.
Please note that I am using the R version 3.3.2
<br/><hr align="left" width="300" />
View this message in context: <a href="http://r.789695.n4.nabble.com/R-tm-plugin-webmining-Package-s-WebCorpus-function-is-not-working-tp4739987.html">R - tm.plugin.webmining Package's WebCorpus function is not working</a><br/>
Sent from the <a href="http://r.789695.n4.nabble.com/datatable-help-f2315188.html">datatable-help mailing list archive</a> at Nabble.com.<br/>