Description Usage Arguments Value Examples
Get the tags applied by an individual user to an artist on Last.fm. Implementation of last.fm's artist.getTags API method (http://www.last.fm/api/show/artist.getTags)
1  | artist_getTags(artist, user, mbid = NA, autocorrect = NA)
 | 
artist | 
 The artist name.  | 
user | 
 Username.  | 
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]  | 
A list of tags.
1 2 3 4  | ## Not run: 
artist_getTags("Hey Marseilles", "platyjus")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.