> library(twitteR)
> #retrieve the first 200 tweets from the user timeline of @rdatammining
> rdmTweets<-userTimeline("rdatamining",n=200)
twitteR包已经成功安装
运行上述语句后出现
OAuth has not been registered for this session
的提示
请问大神应该如何解决,是否因为国内上不了twitter,所以程序无法正常跑=。=
程序源代码来源书籍《R and Data Mining:Examples and Case Studies》第十章