我很感激一些帮助。我正在尝试使用searchTwitter
包中的twitteR
并输入以下命令
> tws<-searchTwitter('#NASCAR',n=10)
#when i tried to inspect the content of tws, i get the following:
> tws
[[1]]
character(0)
我是新手,我不确定这是否与身份验证或RCurl包有关。有人可以告诉我如何解决这个问题吗?我搜索了forunm,我找不到直接相关的东西。任何帮助表示赞赏。
答案 0 :(得分:0)
我运行了你的代码,我也收到了10条推文。
您是否安装了bitops和rjson?