parse_stream | R Documentation |
Converts Twitter stream data (JSON file) into parsed data frame.
parse_stream(path, ...)
path |
Character, name of JSON file with data collected by
|
... |
Unused, keeping it for back compatibility. |
stream_tweets()
, rtweet-deprecated
## Not run:
stream_tweets(timeout = 1, file_name = "stream.json", parse = FALSE)
parse_stream("stream.json")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.