Skip to content

AadityaJ/Shiny-Wordcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shiny Based Word cloud

Intro

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.

Running and Dependencies

The link to app is posted above.
To run just click on the link and paste on the textBox like this


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)

Contributions and Going Further

Fell free to create your own branch

$ git checkout -b [name_of_your_new_branch]

To send a Pull Request please Contact:

I would further (later) be working on a similar App which involves topic clouds : link.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages