View source: R/number_followers.R
number_followers | R Documentation |
This function consolidates the process of numbering followers and indicating earliest following date. WARNING: Obviously not accurate for dates prior to the creation of the target account - manual adjustment required. requires an rtweet dataframe as returned by a combination of get_followers() and lookup_users().
number_followers(follower_df)
follower_df |
Required. An rtweet dataframe of followers. |
jacks_followers <- rtweet::lookup_users(unlist(rtweet::get_followers("jack", n=5000)[,"user_id"])) jacks_followers_numbered <- number_followers(jacks_followers)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.