install.packages('ROAuth')
install.packages("twitteR")
library(twitteR)
library(ROAuth)
...
when I use "registerTwitterOAuth(...)" , get TRUE but when I use "searchTwitter()" function gives output of "Unauthorized". Installing/Loading of packages are correctly done with repeated checking.
Can any one help me to get tweets from TWITTER to R.