users_data.Rd
Extracts users data from tweets data object.
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
# 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)) # }