This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
Bundle Jsons, duplicated observations when user=ture #373
Unanswered
foulballxmy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I got 3988 observations by:
tweets <- bind_tweets(data_path = "data/")
I got 7244 observations by:
users <- bind_tweets(data_path = "data/", user=TRUE)
I found duplicate observations in "users". Why is that? thanks!
Beta Was this translation helpful? Give feedback.
All reactions