問題タブ [sttwitterapi]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
r - 「rtweet」を使用した大規模な Twitter API クエリがまだ実際にダウンロードされているかどうかを判断しようとしています
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% 後に終了し、再開しないか、少なくとも中止してエラー メッセージをスローしない理由がわかりません。