# NOT RUN {
## search with parse = FALSE
rt <- search_tweets("rstats", n = 500, parse = FALSE)
## parse to tweets data tibble with users data attribute object
tweets_with_users(rt)
## search with parse = FALSE
usr <- search_users("rstats", n = 300, parse = FALSE)
## parse to users data tibble with users data attribute object
users_with_tweets(usr)
# }
Run the code above in your browser using DataLab