Description Usage Arguments Author(s) Examples
View source: R/get-users-batch.R
getUsers
connects to the REST API of Twitter and returns user
objects (user information) for Twitter users, based on their
screen names or user IDs, for up to 100 users
1 2 |
oauth |
One of the following: either a list with details for an access token (see example below), a folder where OAuth tokens are stored, or a csv file with the format: consumer_key, consumer_secret, access_token, access_token_secret. |
screen_names |
user names of the Twitter users |
ids |
ids of Twitter users |
include_entities |
if "true", returned data will include most recent tweet |
verbose |
shows additional ouput about token usage in console |
Pablo Barbera pablo.barbera@nyu.edu
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.