lookup_tweets {rtweet} | R Documentation |
Get tweets data for given statuses (status IDs).
Description
Usage
lookup_tweets(
statuses,
parse = TRUE,
token = NULL,
retryonratelimit = NULL,
verbose = TRUE
)
Arguments
statuses |
User id or screen name of target user. |
parse |
If |
token |
Use this to override authentication for
a single API call. In many cases you are better off changing the
default for all calls. See |
retryonratelimit |
If If you expect a query to take hours or days to perform, you should not
rely solely on |
verbose |
Show progress bars and other messages indicating current progress? |
Value
A tibble of tweets data.
References
See Also
tweet_search_recent()
, rtweet-deprecated
Other tweets:
get_favorites()
,
get_mentions()
,
get_timeline()
,
lists_statuses()
,
search_tweets()