user_getFriends: Get a list of the user's friends.

Description Usage Arguments Value Examples

Description

Get a list of the user's friends on Last.fm. Implementation of last.fm's user.getFriends API method (http://www.last.fm/api/show/user.getFriends).

Usage

1
user_getFriends(user, recenttracks = NA, limit = NA, page = NA)

Arguments

user

The last.fm username to fetch the friends of.

recenttracks

Whether or not to include information about friends' recent listening in the response.

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

Examples

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

## End(Not run)

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