parse_stream: Parser of stream

View source: R/stream.R

parse_streamR Documentation

Parser of stream

Description

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

Usage

parse_stream(path, ...)

Arguments

path

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

...

Unused, keeping it for back compatibility.

See Also

stream_tweets()

Examples

## Not run: 
stream_tweets(timeout = 1, file_name = "stream.json", parse = FALSE)
parse_stream("stream.json")

## End(Not run)

rtweet documentation built on Oct. 17, 2023, 1:11 a.m.