get_timeline_data_all: Download the timeline data for a group of users

View source: R/get_timeline_data_all.R

get_timeline_data_allR Documentation

Download the timeline data for a group of users

Description

This download most of the tweets write by this politician on Twitter

Usage

get_timeline_data_all(category = "all", delay = 1)

Arguments

category

A character with the category selected -"deputies","senators","national executive","others","province servants", 'candidates', "all"-

delay

A number of seconds from the download of one user to another

Value

This function returns a data.frame including columns:

  • user_id

  • status_id

  • created_at

  • screen_name

  • text

  • source

  • is_quote

  • is_retweet

  • favorite_count

  • retweet_count

  • lang

  • status_url

  • name

  • mentions_user_id

  • mentions_screen_name

  • retweet_status_id

  • retweet_text

  • retweet_created_at

  • retweet_source

  • retweet_favorite_count

  • retweet_retweet_count

  • retweet_user_id

  • retweet_screen_name

  • retweet_name

  • retweet_followers_count

  • retweet_friends_count

  • retweet_statuses_count

  • retweet_location

  • retweet_description

  • retweet_verified

  • reply_to_user_id

  • reply_to_screen_name

  • urls_url

  • urls_t_co

See Also

search_tweets

Examples

get_timeline_data_all(category = "national executive", delay = 1)


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