here is what I am doing:
tweets=searchTwitter("walmart",n=3000, lang="en",since="2021-01-08",until="2021-01-10")
And this is my error message:
Warning message:
In doRppAPICall("search/tweets", n, params = params, retryOnRateLimit = retryOnRateLimit, :
3000 tweets were requested but the API can only return 0
Any help would be appreciated.