artist_getSimilar: Get all the artists similar to this artist.

Description Usage Arguments Value Examples

Description

Get all the artists similar to this artist. Implementation of last.fm's artist.getSimilar API method (http://www.last.fm/api/show/artist.getSimilar)

Usage

1
artist_getSimilar(artist, mbid = NA, autocorrect = NA, limit = NA)

Arguments

artist

The artist name.

mbid

The musicbrainz id for the artist.

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]

limit

Limit the number of similar artists returned.

Value

A list of artists.

Examples

1
2
3
4
## Not run: 
artist_getSimilar("Moses Sumney")

## End(Not run)

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