get_friends_followers: Download the friends and followers in a period of time

View source: R/get_friends_followers.R

get_friends_followersR Documentation

Download the friends and followers in a period of time

Description

This download a time series with the evolution of friends, followers, listed, statuses, likes and the created date of the account

Usage

get_friends_followers(screen.name)

Arguments

screen.name

A character vector with an Twitter user

Value

This function returns a data.frame including columns:

  • date

  • followers_count

  • friends_count

  • listed_count

  • statuses_count

  • favourites_count

  • account_created_at

See Also

get_followers

get_friends

Examples

get_friends_followers(screen.name = "SergioMassa")
get_friends_followers(screen.name = c("SergioMassa", "dalesmm"))


guadag12/politicxsentwitteR documentation built on May 7, 2023, 8:04 a.m.