This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
I guess option 1, you could test by first using the count_all_tweets function to obtain the number of tweets and then run the code as above. You could also make use of the n argument to not exceed your Twitter API cap. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, if we use the folllowing codes (no query):
tweets <-
get_all_tweets(
start_tweets = "2020-01-01T00:00:00Z",
end_tweets = "2020-01-05T00:00:00Z" )
Thank you for your assistance!
Best,
Jacob
Beta Was this translation helpful? Give feedback.
All reactions