Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.83 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.83 KB

sentometrics.app: A Shiny Interface to the R Package sentometrics

The sentometrics.app package offers a Shiny interface for fast document-level textual sentiment computation and aggregation into textual sentiment time series. The obtained values can be downloaded for further use. The functionalities provided are partly those from the sentometrics package.

Installation

To install the package, do one of:

# install.packages("sentometrics.app") # from CRAN (not yet, but might one day)
devtools::install_github("DataWanderers/sentometrics.app") # development version (may be buggy...)

Usage

To start the application, you just need two lines of code:

library("sentometrics.app")
sentometrics.app::sento_app()

This is how it looks (but a bit less pixelated hopefully 😃):

app

Enjoy exploring the filters and outputs!

References

Use citation("sentometrics.app") to cite use in publications.