Hello everyone,
is there any way to collect only geocoded tweets from a bounding box?
I am trying with this code but without success:
matrix<- search_tweets(geocode=usa, n=500, include_rts = FALSE, "-filter:replies", "has:geo", retryonratelimit = TRUE)