get_user_followers | R Documentation |
This calls get_followers itteratively if pagination is needed
get_user_followers(user.id, max.pages = 100)
user.id |
The Twitter user_id of the account whose following you want to find |
max.pages |
The maximum number of pages of results to query. Each page returns 1000 users |
A dataframe
## Not run: get_user_followers("13205222") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.