README.md

appstorr

MIT Licence

Background

I worked on a simple Text Analysis on Safe Boda Google Play Store Reviews Link and someone challenged me to work on an R package to make the same analysis easier and faster for any company with an App.

Installation

The latest stable version (if any) could be found on GitHub, and installed using devtools package.

if (!require(devtools)) install.packages("devtools")
devtools::install_github("tagasimon/appstorr")

Example

The package is extremely easy to use. Almost everything could be done in one line of code.

df <- appstorr::df_safeboda
appstorr::quick_report(data = df, 
                       report_title = "Awesome SafeBoda Text Analysis Report")

Future Work

  1. A Sentiment Model to Predict a Rating Based the content in the Review.

  2. Work on an Interactive Web Application to bring the Analysis to Life for any Application on Google Play Store



tagasimon/appstorr documentation built on Aug. 30, 2020, 2:12 a.m.