Description Usage Arguments Details Value
View source: R/search_tweets.R
Automate the data collection for large Twitter searches (via
search_tweets
)
1 | search_tweets_download(q, n, ..., .stw = NULL)
|
q |
Search query to be used to find matching tweets from the past 6-9
days. See |
n |
Number of desired tweets to return. See details for more information about relevant rate limits. |
... |
Other parameters are passed to
|
.stw |
Optionally supply a preexisting output vector (like that returned by this function)–if NULL, the default, this function will start fresh. |
This function attempts to search and collect data for up to 18,000 (when using the default rtweet authorization token) or 63,000 (when using token generated from your own Twitter app with sufficient bearer token- level permissions) statuses every 15 minutes, sleeping between calls unti Twitter's API rate limit resets.
Returns a list data frames of search data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.