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

chart_getTopArtists(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 artists chart.

Examples

# NOT RUN {
chart_getTopArtists()
# }