Description Usage Arguments Value Examples
View source: R/get_playlist_information.R
Get unique tracks and unique artists from a playlist in a list.
1 2 3 4 5 | get_playlist_information(
playlist_id = NULL,
playlist = NULL,
authorization = NULL
)
|
playlist_id |
A single Spotify playlist id |
playlist |
A playlist querried by |
authorization |
Defaults to |
A list of unique tracks and unique artists from a playlist.
1 2 | # Get a pre-saved playlist
get_playlist_information('sound_of_dutch_indie_playlist')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.