get_reviews: Get associated reviews with a specific iTunes object

Description Usage Arguments Details Value Examples

Description

Get associated reviews with an iTunes id

Usage

1
get_reviews(itunes.id = NULL)

Arguments

itunes.id

iTunes object id from search (defaults to current top object)

Details

Get Reviews for a specific iTunes objects

This function retrives all reviews associated with App, Podcast or Movie. The standard limit provided by Apple is 500 reviews, ie. if the object has more than 500 reviews, the most recent 500 will be retrieved. This is a limitation of rss feeds

Value

data.frame

Examples

1
2
3
4
## Not run: 
reviews.df <- get_reviews(1161476603)

## End(Not run)

thelostscientist/itunes documentation built on May 31, 2019, 9:48 a.m.