Description Usage Arguments Value See Also Examples
Extracts users data from tweets data object.
1 | users_data(tweets)
|
tweets |
Parsed data object of tweets data as returned via
|
Users data frame from tweets returned in a tweets data object.
Other users:
as_screenname()
,
lists_subscribers()
,
lookup_users()
,
search_users()
,
tweets_with_users()
Other extractors:
next_cursor()
,
tweets_data()
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
## search for 100 tweets containing the letter r
r <- search_tweets("r")
## print tweets data (only first 10 rows are shown)
head(r, 10)
## extract 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.