user_getTopTags: Get the top tags listened to by a user.

Description Usage Arguments Value Examples

Description

Get the top tags listened to by a user. Implementation of last.fm's user.getTopTags API method (http://www.last.fm/api/show/user.getTopTags).

Usage

1
user_getTopTags(user, limit = NA)

Arguments

user

The user name.

limit

Limit the number of tags returned

Value

A list of the top tags listened to by a user.

Examples

1
2
3
4
## Not run: 
user_getTopTags("platyjus")

## End(Not run)

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