lookup_users | R Documentation |
Get Twitter users data for given users (user IDs or screen names).
lookup_users(
users,
parse = TRUE,
token = NULL,
retryonratelimit = NULL,
verbose = TRUE
)
users |
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? |
A tibble of users data.
Other users:
as_screenname()
,
lists_subscribers()
,
search_users()
if (FALSE) {
users <- c("twitter", "rladiesglobal", "_R_Foundation")
users <- lookup_users(users)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.