R特定日期的tweets - 问题 [英] R tweets for specific dates - issue

查看:140
本文介绍了R特定日期的tweets - 问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在R中获取特定日期范围的推文。从我所看到的,以下R代码应该可以工作,但是我没有得到任何结果:

I'm trying to get Tweets in R for specific date ranges. From what I've read, the following R code should work, but I get no results:

library(twitteR)
library(ROAuth)

searchTwitter('green', since='2013-03-01', until='2013-03-31',cainfo="cacert.pem")

但是,此代码可以正常工作,即过去几天的日期范围。

However, this code does work, i.e. with a date range of the last few days.

searchTwitter('green', since='2013-06-01', until='2013-06-15', cainfo="cacert.pem")

我们只能回头几天的tweets吗?不是几个月?我们可以走多远?

Is it that we can only go back several days of tweets? Not months? How far back can we go?

推荐答案

Twitter API只会让你回去几天

The Twitter API will only let you go back a few days

这篇关于R特定日期的tweets - 问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆