user_getPersonalTags: Get the user's personal tags.

Description Usage Arguments Value Examples

Description

Get the user's personal tags. Implementation of last.fm's user.getPersonalTags API method (http://www.last.fm/api/show/user.getPersonalTags).

Usage

1
user_getPersonalTags(user, tag, taggingtype, limit = NA, page = NA)

Arguments

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.

Value

A list of the user's personal tags.

Examples

1
2
3
4
## Not run: 
user_getPersonalTags("platyjus", "indie", "artist")

## End(Not run)

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