README.md

itunes is an R package interface to the iTunes RSS Feeds

The following functions are implemented:

The following functions are in progress: - search_itunes: Search existing apps to get their iTunes id for reviews & ratings - get_top_movies: Get a list of top/trending Movies on iTunes + SubCategories - get_top_hits: Get a list of top/trending Songs on iTunes + SubCategories - get_top_albums: Get a list of top/trending Albums on iTunes + SubCategories - get_top_apps: Get a list of top/trending Apps on iTunes + SubCategories

Installation

```{r eval=FALSE}

install.packages("devtools")

devtools::install_github("thelostscientist/itunes")




### Usage

```{r eval=FALSE}
library(itunes)

reviews.df <- get_reviews(1161476603)

top.df <- get_top(n=10)

Current Limitations

Inspired by: Daniel Sequeira

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



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