Using the package rtweet
, I have streamed some tweets and saved them in a JSON file.
When using the following: tweets_df <- parse_stream('file.json')
, I get the following error during the process:
Does anyone have any idea how to fix this so that the JSON file can be read into R as a data frame?