geo_getTopArtists: Get the most popular artists on Last.fm by country.

Description Usage Arguments Value Examples

Description

Get the most popular artists on Last.fm by country. Implementation of last.fm's geo.getTopArtists API method (http://www.last.fm/api/show/geo.getTopArtists)

Usage

1
geo_getTopArtists(country, limit = NA, page = NA)

Arguments

country

A country name, as defined by the ISO 3166-1 country names standard.

limit

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

page

TThe page number to fetch. Defaults to first page.

Value

A list of the artists.

Examples

1
2
3
4
## Not run: 
geo_getTopArtists("Iceland")

## End(Not run)

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