I am trying to get tweets that were tweeted from a specific location e.g. 'LA' using the rtweet package. I know the twitteR package used to have something of the sort like:
a<-searchTwitter("sydney", n=100, geocode='-33.871841,151.206709, 10000mi')
where you could even specify the radius.
Is there a way to do add that functionality to the rtweet stream?