# NOT RUN {
# }
# 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))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab