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

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

# NOT RUN {
user_getTopTags("platyjus")
# }