Shiny app to calculate and plot when user presses 'enter', with reactive expressions – Twitter API
This is an app that analyzes tweets using Twitter's API There is a textInput, and currently each time the input changes the server will pull data, clean it, and update plots. I only want this to happen after the user…