| user_id, | user_id, | ||||
| screen_name, | screen_name, | ||||
| text, | text, | ||||
| is_quote, | |||||
| is_retweet, | |||||
| favorite_count, | favorite_count, | ||||
| retweet_count, | retweet_count, | ||||
| hashtags, | hashtags, | ||||
| profile_image_url, | profile_image_url, | ||||
| urls_expanded_url, | urls_expanded_url, | ||||
| mentions_screen_name, | mentions_screen_name, | ||||
| is_quote, | |||||
| media_url, | media_url, | ||||
| urls_url | |||||
| urls_url, | |||||
| ext_media_url, | |||||
| status_url, | |||||
| dplyr::starts_with("reply_to_"), | |||||
| quoted_status_id, | |||||
| retweet_status_id, | |||||
| quoted_status_id, | |||||
| dplyr::starts_with("mentions_"), | |||||
| ) | ) | ||||
| } | } | ||||
| } | } |