You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: