Use the last.fm corrections data to check whether the supplied artist has a correction to a canonical artist. Implementation of last.fm's artist.getCorrection API method (http://www.last.fm/api/show/artist.getCorrection)

artist_getCorrection(artist)

Arguments

artist

The artist name.

Value

A list of corrections.

Examples

# NOT RUN {
artist_getCorrection("guns and roses")
# }