From wikipedia
A tag cloud (word cloud, or weighted list in visual design) is a visual representation of text data, typically used to depict keyword metadata (tags) on websites, or to visualize free form text.
The current word cloud is able to filter word contents based on their relative frequency.
The link to app is posted above.
To run just click on the link and paste on the textBox like
Or if you want to run it yourself locally ``` $ git clone https://github.com/AadityaJ/Shiny-Wordcloud ``` Then in your RStudio navigate to the project, do : ``` $ setwd("~/Shiny-Wordcloud/R-Worcloud") $ runApp() ``` Although make sure that when you are Running locally, the code relies on libraries : * [worcloud](https://cran.r-project.org/web/packages/wordcloud/index.html) * [tm](https://cran.r-project.org/web/packages/tm/index.html)
Fell free to create your own branch
$ git checkout -b [name_of_your_new_branch]
To send a Pull Request please Contact:
- Aaditya Jamuar (@AadityaJ)
I would further (later) be working on a similar App which involves topic clouds : link.