getAlbumsTracks: Get Album Tracks

Description Usage Arguments Author(s) Examples

View source: R/SpotifyAPI.R

Description

Creates a data frame containing details of an artists albums taken from the output from getArtists. This is limited by Spotify to a maximum of 50 albums.

Usage

1
getAlbumsTracks(getArtistsAlbumsOutput)

Arguments

getArtistsOutput

A data.frame object produced from the getArtists function

country

the country the albums are availble in by default GB

albumType

the album types to select. By defult album. Options: album, single, compilation, appears_on

cleanDups

some results contain duplicate albums due to reissues. TRUE by default will clean this up

Author(s)

James Thomson

Examples

1

jamesthomson/SpotifyAPI documentation built on May 18, 2019, 11:21 a.m.