A shiny web app which displays tweets as per the hashtag provided. There is an option to set upper limits on the number of tweets.
It requires tweeteR
package which is in development phase.
Get the development version from the github:
install.packages("devtools")
devtools::install_github("cryptomanic/tweeteR")
Install the shiny
package as usual.
install.packages("shiny")
Search user on twitter by User Name.
Now there is a Navigation Bar at the top.
First tab displays the tweets as per the given hashtag.
Second tab displays user information and recent tweets by him/her.