Description Usage Arguments Value See Also Examples
Extracts tweets data from users data object.
1 | tweets_data(users)
|
users |
Parsed data object of users data as returned via
|
Tweets data frame.
Other tweets:
get_favorites()
,
get_timeline()
,
lists_statuses()
,
lookup_statuses()
,
search_tweets()
,
tweets_with_users()
Other extractors:
next_cursor()
,
users_data()
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## Not run:
## get twitter user data
jack <- lookup_users("jack")
## get data on most recent tweet from user(s)
tweets_data(jack)
## search for 100 tweets containing the letter r
r <- search_tweets("r")
## print tweets data (only first 10 rows are shown)
head(r, 10)
## preview users data
head(users_data(r))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.