search_users {rtweet} | R Documentation |
Search for users
Description
Search for Twitter users. The Twitter API limits the results to at most 1,000 users.
Usage
search_users(q, n = 100, parse = TRUE, token = NULL, verbose = TRUE)
Arguments
q |
As string providing the search query. Try searching by interest, full name, company name, or location. Exact match searches are not supported. |
n |
Desired number of results to return. Results are downloaded
in pages when The Twitter API rate limits the number of requests you can perform
in each 15 minute period. The easiest way to download more than that is
to use You are not guaranteed to get exactly |
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 |
verbose |
Show progress bars and other messages indicating current progress? |
Value
Data frame with one row for each matching user.
References
See Also
user_search()
, rtweet-deprecated
Other users:
as_screenname()
,
lists_subscribers()
,
lookup_users()