# NOT RUN {
## run and save stream to JSON file
stream_tweets(
"the,a,an,and", timeout = 60,
file_name = "theaanand.json",
parse = FALSE
)
## parse stream file into tibble data frame
rt <- parse_stream("theaanand.json")
# }
Run the code above in your browser using DataLab