track_getCorrection: Get corrections of a track title or artist.

Description Usage Arguments Value Examples

Description

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)

Usage

1
track_getCorrection(track, artist)

Arguments

track

The track name to correct.

artist

The artist name to correct.

Value

A list of corrections.

Examples

1
2
3
4
## Not run: 
track_getCorrection("Mrbrownstone", "guns and roses")

## End(Not run)

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