I am working on shiny app for wordcloud
SERVER code::
library(shiny) library(tm) library(wordcloud) shinyServer(function(input, output, session) { wc