Description Usage Arguments Value Examples
Search Jamendo database for a playlist. You can search for either a playlist ID or a playlist name.
1 2 3 4 5 | getPlaylist(
playlist_id = NULL,
playlist_name = NULL,
client_id = Sys.getenv("JAMENDO_CLIENT_ID")
)
|
playlist_id |
Playlist ID to seach for |
playlist_name |
Playlist name to seach for |
client_id |
Defaults to System Environment variable "JAMENDO_CLIENT_ID" |
Returns a data frame which contains information about a playlist. See https://developer.jamendo.com/v3.0/playlists for more information.
1 2 3 | ##Example
playlistID <- getPlaylist(playlist_id="100268")
playlistName <- getPlaylist(playlist_name="Chillin")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.