common_follower_matrix | R Documentation |
This function creates a matrix of followers of a list of twitter users, sums the number of common followers, and then ranks them in descending order.
common_follower_matrix(user_list, follower_depth = 200, token = NULL)
user_list |
A list of user_names |
follower_depth |
The number of most recent followers to include. Defaults to 200 |
token |
A twitter oauth token. Default is NULL and will use token in Environment |
users <- c("POTUS", "jack", "elonmusk") common_follower_matrix(user_list = users, follower_depth = 300, token = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.