我正在尝试使用R包rtweet` and am seeing a messaging indicating that the data is downloading but stopping at 16% with the progress bar unfinished. I understand the API limits a query to 18k tweets per 15 minute interval, but what is confusing me is that my R prompt
R>```返回一个哈希标签(#Venture)的每个实例,就像查询已完成或中止一样。我只是不耐烦还是想念东西?
我尝试使用参数retryonratelimit = TRUE
;我尝试再次执行查询。我浏览了一些教程,并查阅了软件包文档。我只是感到困惑,为什么只有在16%的下载进度条从不重启或至少中止并抛出错误消息后才退出。
R> ## search for 250,000 tweets containing the word data
R> venture1 <- search_tweets(
+ "#venture", n = 200000, include_rts = FALSE, retryonratelimit = TRUE
+ )
Downloading [=====>-----------------------------------] 16%
R>