Skip to content

DataWanderers/sentometrics.app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.