View source: R/get_timeline_data_all.R
get_timeline_data_all | R Documentation |
This download most of the tweets write by this politician on Twitter
get_timeline_data_all(category = "all", delay = 1)
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 |
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
search_tweets
get_timeline_data_all(category = "national executive", delay = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.