That worked but how do you get the location of one particular tweet. So from that list of 10, say the first tweet, is there a way to say at exactly what location it was tweeted?
Thanks, Sachin On Wed, Aug 15, 2012 at 2:36 PM, Bhupendrasinh Thakre <vickytha...@gmail.com > wrote: > There is something wrong in your geo code. What was the source. > Although some trial and error suggests that we should use lat and lang > till 4 decimal only. Don't know why. > I have changed the geo-code somewhat and it works. > > Changed Code : > > *searchTwitter('sydney', n=10,geocode='-33.8389,151.2101,10000mi')* > > > Bhupendrasinh Thakre > > Sent from my Mac > > > > On Aug 14, 2012, at 11:17 PM, Sachinthaka Abeywardana < > sachin.abeyward...@gmail.com> wrote: > > what am I doing wrong here? Increased the radius to 10,000 miles and the > dates are for the last two years. Surely this should get some tweets? > > a<-searchTwitter("sydney", n=100, geocode='-33.871841,151.206709, 10000mi', > since="2010-01-01", until="2012-08-01") > > > Thanks, > > Sachin > > > On Wed, Aug 15, 2012 at 10:38 AM, Bhupendrasinh Thakre < > vickytha...@gmail.com> wrote: > >> Very true, it does bring null list. >> However while giving some other inputs like since, until, lang as Null >> you will get desired result. >> >> >> Bhupendrasinh Thakre >> >> >> >> >> >> On Aug 14, 2012, at 7:04 PM, Sachinthaka Abeywardana < >> sachin.abeyward...@gmail.com> wrote: >> >> a<-searchTwitter("sydney", n=100, geocode='-33.871841,151.206709, 10000mi') >> >> >> > > [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.