Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dieko95/shinytextmining
This is a Shiny app that works with the rtweet package to query the information from twitter. The purpose of this app is to automize the text mining analysis workflow performed in R.
https://github.com/dieko95/shinytextmining
r shiny shiny-applications shiny-apps shinyapps shinyr-web text-mining
Last synced: 3 days ago
JSON representation
This is a Shiny app that works with the rtweet package to query the information from twitter. The purpose of this app is to automize the text mining analysis workflow performed in R.
- Host: GitHub
- URL: https://github.com/dieko95/shinytextmining
- Owner: dieko95
- License: mit
- Created: 2018-03-11T21:46:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T00:05:51.000Z (over 6 years ago)
- Last Synced: 2024-12-15T22:19:46.674Z (about 2 months ago)
- Topics: r, shiny, shiny-applications, shiny-apps, shinyapps, shinyr-web, text-mining
- Language: R
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shinyTextMining
This is a Shiny app that works with the rtweet package to query the information from twitter. The purpose of this app is to automatize the text mining analysis workflow performed in R. The actual version of this app successfully performs the query of tweets, cleans the data and creates a graph with the correlation between an arbitrary word.The download of tweets is under development.