Learn R Programming

itunesr (version 0.1.3)

getReviews: Extract Reviews from iTunes App Store

Description

Extract Reviews from iTunes App Store

Usage

getReviews(app_id, country, page_num)

Arguments

app_id

A number Your iOS App ID for which reviews need to be downloaded

country

A string country code like 'in' 'gb' for which reviews need to be downloaded

page_num

A number page number from 1 to 10 with 1 being the most-recent

Value

A Data frame of Reviews and meta information

Examples

Run this code
# NOT RUN {
getReviews(742044692,'in',1)
# }

Run the code above in your browser using DataLab