Description Usage Arguments Value Examples
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).
1 | user_getTopTags(user, limit = NA)
|
user |
The user name. |
limit |
Limit the number of tags returned |
A list of the top tags listened to by a user.
1 2 3 4 | ## Not run:
user_getTopTags("platyjus")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.