Description Usage Arguments Value Examples
Get the user's personal tags. Implementation of last.fm's user.getPersonalTags API method (http://www.last.fm/api/show/user.getPersonalTags).
1 | user_getPersonalTags(user, tag, taggingtype, limit = NA, page = NA)
|
user |
The user who performed the taggings. |
tag |
The tag you're interested in. |
taggingtype |
The type of items which have been tagged [artist|album|track]. |
limit |
The number of results to fetch per page. Defaults to 50. |
page |
The page number to fetch. Defaults to first page. |
A list of the user's personal tags.
1 2 3 4 | ## Not run:
user_getPersonalTags("platyjus", "indie", "artist")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.