geo_getTopTracks: Get the most popular tracks on Last.fm last week by country.

Description Usage Arguments Value Examples

Description

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

Usage

1
geo_getTopTracks(country, location = NA, limit = NA, page = NA)

Arguments

country

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

location

A metro name, to fetch the charts for (must be within the country specified)

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 tracks.

Examples

1
2
3
4
## Not run: 
geo_getTopTracks("Nigeria")

## End(Not run)

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