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

track_getCorrection(track, artist)

Arguments

track

The track name to correct.

artist

The artist name to correct.

Value

A list of corrections.

Examples

# NOT RUN {
track_getCorrection("Mrbrownstone", "guns and roses")
# }