nc_lookup_users | R Documentation |
Looks up information pertaining to a vector of provided users. Retrieves cached data for users who have already been looked up, and fetches new data for users who have not bee looked up yet from the Twitter API.
nc_lookup_users( users, cache_name, token = NULL, retryonratelimit = TRUE, verbose = TRUE )
users |
User id or screen name of target user. |
cache_name |
the name of the cache and associated Docker container |
token |
Expert use only. Use this to override authentication for
a single API call. In most 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 soley on |
verbose |
Show progress bars and other messages indicating current progress? |
A tibble where each row corresponds to a User and each column to one of the User properties. If a user cannot be sampled, should return nothing for that user. If no users can be sampled, should return an empty tibble with appropriate columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.