powered by
Converts Twitter stream data (JSON file) into parsed data frame.
parse_stream(path, ...)
Character, name of JSON file with data collected by stream_tweets().
stream_tweets()
Unused, keeping it for back compatibility.
if (FALSE) { stream_tweets(timeout = 1, file_name = "stream.json", parse = FALSE) parse_stream("stream.json") }
Run the code above in your browser using DataLab