pablobarbera / streamR

Dev version of streamR package: Access to Twitter Streaming API via R
http://cran.r-project.org/web/packages/streamR/
107 stars 47 forks source link

Update place_name and place_id keys #8

Closed kronosapiens closed 8 years ago

kronosapiens commented 8 years ago

It seems Twitter has changed their JSON structure for places:

https://dev.twitter.com/overview/api/tweets https://dev.twitter.com/overview/api/places

The new keys correctly access the data.

pablobarbera commented 8 years ago

Indeed! Thanks a lot for your contribution!

kronosapiens commented 8 years ago

My pleasure!