chart_getTopTags: Get the top tags chart.

Description Usage Arguments Value Examples

Description

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

Usage

1
chart_getTopTags(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 tags chart.

Examples

1
2
3
4
## Not run: 
chart_getTopTags()

## End(Not run)

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