View source: R/get_timeline_data.R
get_timeline_data | R Documentation |
This download most of the tweets write by this politician on Twitter
get_timeline_data(screen.name)
screen.name |
A character with the screen name of the account |
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(screen.name = "alferdez")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.