Get the top tracks chart. Implementation of last.fm's chart.getTopTracks API method (http://www.last.fm/api/show/chart.getTopTracks)

chart_getTopTracks(limit = NA, page = NA)

Arguments

limit

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

page

The page number to fetch. Defaults to first page.

Value

A list of the top tracks chart.

Examples

# NOT RUN {
chart_getTopTracks()
# }