View source: R/get_friends_followers.R
get_friends_followers | R Documentation |
This download a time series with the evolution of friends, followers, listed, statuses, likes and the created date of the account
get_friends_followers(screen.name)
screen.name |
A character vector with an Twitter user |
This function returns a data.frame
including columns:
date
followers_count
friends_count
listed_count
statuses_count
favourites_count
account_created_at
get_followers
get_friends
get_friends_followers(screen.name = "SergioMassa")
get_friends_followers(screen.name = c("SergioMassa", "dalesmm"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.