Description Usage Arguments Details Value Functions Examples
These functions return information on albums. None of these services require
authentication, except for album_add_tags
and
album_remove_tags
.
1 2 3 | album_get_info(artist, album, autocorrect = TRUE, n = NULL)
album_get_top_tags(artist, album, autocorrect = TRUE, n = NULL)
|
artist |
The artist name (required except for |
album |
The album name (required) |
autocorrect |
Transform misspelled artist names into correct artist names, returning the correct version instead (optional) |
n |
Number of entries to return (optional) |
If n
is omitted, the functions return:
All entries for album_get_top_tags
A number of entries up to page_limit
for TODO
Data.frame of top n
tags with count, name, and url; ordered by
popularity.
album_get_info
: Get album metadata and tracklist
album_get_top_tags
: Get album top tags, ordered by popularity
1 2 | album_get_info("Radiohead", "OK Computer", n = 5)
album_get_top_tags("Radiohead", "OK Computer", n = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.