search_users | R Documentation |
Search for Twitter users. The Twitter API limits the results to at most 1,000 users.
search_users(q, n = 100, parse = TRUE, token = NULL, verbose = TRUE)
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? |
Data frame with one row for each matching user.
user_search()
, rtweet-deprecated
Other users:
as_screenname()
,
lists_subscribers()
,
lookup_users()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.