As of now, there were more than million available apps in the Apple’s App Store in the world. Our Dashboard gives information on the user can reach of the most popular iphone app in the apple itunes store as of September 2016. The raw data have been webscraped using 'wget' tools from iTunes Search API. The original dataset was json file format and the required data transformation have been carried out using 'R' libraries.
for example, 281656475.json
from https://itunes.apple.com/lookup?id=281656475&entity=software
appstoreR package:
From github, with devtools::install_github("ramamet/applestoreR")
'load shinydashboard' directly from github ,
library(shiny)
runGitHub("itunesShiny", "ramamet")
The MIT License
Copyright (c) 2018 Ramanathan Perumal