Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在玩 RtwitteR包,但还没有弄清楚如何实现一个系统来收集超过#twitter 用户每小时最大关注者的数量。 我知道计划应该是收集最大值,等待 X 时间,然后重复直到收集所有内容,但是我该如何处理twitteR包呢? 该getFollowers(n)过程每次都会保持相同的n个追随者。
twitteR
#
getFollowers(n)
尝试将 blockOnRateLimit=TRUE 添加到您的通话中。它会坐下来等待它完成(这可能需要很长时间,具体取决于您请求的大小)。这是一个“隐藏”参数,因为我不确定我是否想保持原样 - 事实上,它几乎肯定会在下一个版本中有所改变,但现在它应该能让你到达你想要的位置需要去。