Hi all,

Is it possible to get the latitude and longitude of the location of a
tweet? If I do

tweets<- searchTwitter("#obama", n=200)  #get tweets
df <- twListToDF(tweets)                          #converts to data frame
for ease of viewing

it does not seem to be getting the location of where that tweet was posted.
>From what I read from the twitter API this is possible?

Thanks,
Sachin

        [[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.

Reply via email to