R パッケージを使用してハッシュタグ (#Venture) のすべてのインスタンスをダウンロードしようとしています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>``` は、クエリが終了または中止されたかのように返されました。私はただせっかちなのですか、それとも何かが足りないのですか?
私は引数をいじってみましたretryonratelimit = TRUE
; もう一度クエリを実行してみました。いくつかのチュートリアルに目を通し、パッケージのドキュメントを調べました。Downloading プログレス バーが 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>