Skip to contents

Converts Twitter stream data (JSON file) into parsed data frame. [Deprecated]

Usage

parse_stream(path, ...)

Arguments

path

Character, name of JSON file with data collected by stream_tweets().

...

Unused, keeping it for back compatibility.

Examples

if (FALSE) {
stream_tweets(timeout = 1, file_name = "stream.json", parse = FALSE)
parse_stream("stream.json")
}