track_search: Search for a track by track name.

Description Usage Arguments Value Examples

Description

Search for a track by track name. Returns track matches sorted by relevance. Supply either track & artist name or mbid. Implementation of last.fm's track.search API method (http://www.last.fm/api/show/track.search)

Usage

1
track_search(track, artist = NA, limit = NA, page = NA)

Arguments

track

The track name.

artist

Narrow your search by specifying an artist.

limit

The number of results to fetch per page. Defaults to 30.

page

The page number to fetch. Defaults to first page.

Value

A list of track matches sorted by relevance.

Examples

1
2
3
4
## Not run: 
track_search("Depreston")

## End(Not run)

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