Description Usage Arguments Author(s) Examples
getUsers
connects to the REST API of Twitter and returns user
objects (user information) for up to 100 Twitter users, based on their
screen names or user IDs
1 2 |
oauth_folder |
folder where OAuth tokens are stored. |
screen_names |
user names of the Twitter users |
id |
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 | ## Not run:
## Download user data for user "p_barbera"
userdata <- getUsers(screen_names="p_barbera", oauth_folder="oauth")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.