tweet_search_all | R Documentation |
Search in the Twitter archive
tweet_search_all(
query,
n = 500,
expansions = NULL,
fields = NULL,
...,
token = NULL,
parse = TRUE,
verbose = FALSE
)
query |
One query for matching Tweets. |
n |
Number of tweets to query. |
expansions |
Set |
fields |
Set |
... |
Other arguments passed to the API. |
token |
These endpoints only accept a bearer token (can be created via
|
parse |
If |
verbose |
A logical value to provide more information about the paginated queries (if any) and to store the data of each page. |
OAuth2.0 requires tweet.read and users.read permissions.
https://developer.twitter.com/en/docs/twitter-api/tweets/search/api-reference/get-tweets-search-all
if (FALSE) {
sa <- tweet_search_all("#rtweet", parse = FALSE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.