album_getTopTags: Get the top tags for an album, ordered by popularity.

Description Usage Arguments Value Examples

Description

Get the top tags for an album on Last.fm, ordered by popularity. Implementation of last.fm's album.getTopTags API method (http://www.last.fm/api/show/album.getTopTags)

Usage

1
album_getTopTags(artist, album, mbid = NA, autocorrect = NA)

Arguments

artist

The artist name.

album

The album name.

mbid

The musicbrainz id for the album.

autocorrect

Transform misspelled artist names into correct artist names, returning the correct version instead. The corrected artist name will be returned in the response. [0|1]

Value

A list of the top tags for an album.

Examples

1
2
3
4
## Not run: 
album_getTopTags("Miles Davis", "Kind of Blue")

## End(Not run)

juyeongkim/lastfmr documentation built on June 6, 2019, 12:07 a.m.