Description Usage Arguments Value Examples
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)
1  | track_search(track, artist = NA, limit = NA, page = NA)
 | 
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.  | 
A list of track matches sorted by relevance.
1 2 3 4  | ## Not run: 
track_search("Depreston")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.