Skip to content

An R Package to Help Analyse Google Play Store Reviews Quickly and Easily

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

tagasimon/appstorr

Repository files navigation

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

About

An R Package to Help Analyse Google Play Store Reviews Quickly and Easily

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages