knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

spotifycharts

The goal of spotifycharts is to make it easy to get chart data from Spotify.

The package is a wrapper for https://spotifycharts.com/

Installation

You can install spotifycharts from github with:

# install.packages("devtools")
devtools::install_github("56north/spotifycharts")

Example

Here is how you get chart data

spotifycharts::chart_top200_daily()

You can also specify country (region) and dates.

spotifycharts::chart_top200_daily(region = "us", days = "2016-11-03")


56north/spotifycharts documentation built on May 5, 2019, 11:27 a.m.