Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ColinLeverger/simple-wordcloud-r
Yet another Wordcloud generator in R
https://github.com/ColinLeverger/simple-wordcloud-r
Last synced: 3 months ago
JSON representation
Yet another Wordcloud generator in R
- Host: GitHub
- URL: https://github.com/ColinLeverger/simple-wordcloud-r
- Owner: ColinLeverger
- Created: 2016-10-22T17:09:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-22T17:11:29.000Z (about 8 years ago)
- Last Synced: 2024-05-21T02:55:43.733Z (6 months ago)
- Language: R
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yet another Wordcloud generator in R
I am playing with R at the moment, and I wrote a script to create a wordcloud with my personal website.
The result can be seen below:
![Wordcloud colinleverger.fr](colinleverger.fr.png)
# TODO
* Add parameters (?) to handle more complex websites. For the moment, the script is OK with plain html websites… But when there is more complexity it is not downloading the entire website, for some reason—I did not take time to dig into it.
* Add parameters to handle websites with multiple pages. Indeed, my web portfolio consists on a unique page…