Description Usage Arguments Value Examples
Get the top tracks chart. Implementation of last.fm's chart.getTopTracks API method (http://www.last.fm/api/show/chart.getTopTracks)
1 | chart_getTopTracks(limit = NA, page = NA)
|
limit |
The number of results to fetch per page. Defaults to 50. |
page |
The page number to fetch. Defaults to first page. |
A list of the top tracks chart.
1 2 3 4 | ## Not run:
chart_getTopTracks()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.