get_playlist_information: Get Playlist Information

Description Usage Arguments Value Examples

View source: R/get_playlist_information.R

Description

Get unique tracks and unique artists from a playlist in a list.

Usage

1
2
3
4
5
get_playlist_information(
  playlist_id = NULL,
  playlist = NULL,
  authorization = NULL
)

Arguments

playlist_id

A single Spotify playlist id

playlist

A playlist querried by get_playlist.

authorization

Defaults to NULL when get_spotify_access_token is invoked.

Value

A list of unique tracks and unique artists from a playlist.

Examples

1
2
# Get a pre-saved playlist
get_playlist_information('sound_of_dutch_indie_playlist')

antaldaniel/spotify-recommendations documentation built on April 6, 2021, 6 a.m.