parse_stream
parse_stream(file_name)
name of file to be parsed. NOTE: if file
was created via stream_tweets
, then it will
end in ".json" (see example below)
Parsed tweets data with users data attribute.
# NOT RUN {
stream_tweets(q = "", file_name = "tw", parse = FALSE)
tw <- parse_stream("tw.json")
tw
# }
Run the code above in your browser using DataLab