Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse_stream() rtweet returns NULL for hydrated .json file #2

Open
aroberts394 opened this issue Apr 23, 2020 · 0 comments
Open

Parse_stream() rtweet returns NULL for hydrated .json file #2

aroberts394 opened this issue Apr 23, 2020 · 0 comments

Comments

@aroberts394
Copy link

I hydrate a txt file of Tweet IDs using:
twarc hydrate tweet-id.txt > tweet-id.jsonl After which I try to parse the .jsonl file into a R data frame but the function returns a NULL. I used this:
tweetdf <- parse_stream("tweet-id.jsonl") I even tried hydrating into a .json file but I still get a NULL when I try to parse it. I'm not sure what the problem may be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant