parse_stream function

Parser of stream

Parser of stream

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

parse_stream(path, ...)

Arguments

  • path: Character, name of JSON file with data collected by stream_tweets().
  • ...: Unused, keeping it for back compatibility.

Examples

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

See Also

stream_tweets(), rtweet-deprecated

  • Maintainer: Lluís Revilla Sancho
  • License: MIT + file LICENSE
  • Last published: 2024-02-24