0
load("twitter authentication.Rdata")
registerTwitterOAuth(cred)
error: ROAuth is no longer used in favor of httr, please see ? setup_twitter_oauth

I am trying to extract tweets by following steps given here, but I am getting the above error.

I'm using R Studio V3.1.

Thomas
  • 43,637
  • 12
  • 109
  • 140
user2780757
  • 191
  • 1
  • 11
  • possible duplicate of [RStudio on a Server: ROAuth no longer used in favor of httr? \[Twitter API\]](http://stackoverflow.com/questions/18496345/rstudio-on-a-server-roauth-no-longer-used-in-favor-of-httr-twitter-api) – lukeA Mar 28 '15 at 09:59

1 Answers1

0

there migt have been some changes in the package. An up-to-date tutorial on how to connect to the twitter API via R can be found here: http://www.gis-blog.com/download-manage-and-visualize-twitter-data-with-r/

maRtin
  • 6,336
  • 11
  • 43
  • 66