chart_top200_daily: Spotify Top 200 chart - daily

Description Usage Arguments Value Examples

Description

This function collects the 200 most popular tracks on Spotify.

Usage

1
chart_top200_daily(region = "global", days = "latest")

Arguments

region

A region defined for the chart. See chart_regions for available regions.

days

A date defining the day for the chart. See chart_daily for available days.

Value

A data frame with the chart data

Examples

1
2
3
4
5
spotifycharts::chart_top200_daily()

spotifycharts::chart_top200_daily(region = "dk")

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

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