Description Usage Arguments Author(s) Examples
getList
connects to the REST API of Twitter and returns a
data frame with information about users included in a Twitter list
1 | getList(list_name, screen_name, oauth_folder, cursor = -1)
|
list_name |
name of the list |
screen_name |
user that created the list |
oauth_folder |
folder where OAuth tokens are stored. |
cursor |
Pablo Barbera pablo.barbera@nyu.edu
1 2 3 4 5 6 | ## Not run:
## Download Twitter list of "official-twitter-accts" created by @twitter
accts <- getList(list_name="official-twitter-accts" screen_name="twitter",
oauth_folder="oauth")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.