user.getFriends {RLastFM} | R Documentation |
API call to user.getFriends
user.getFriends(username, recenttracks = NA, limit = NA, key = lastkey, parse = TRUE)
username |
username |
recenttracks |
get recent tracks? takes "true" as an option to return. Not implemented |
limit |
limit to return |
key |
API key, defaults to global variable lastkey |
parse |
Parse the returned XML into a list? |
If parse = TRUE,
username |
usernames |
realname |
real names of users |
If parse = FALSE, a object of type "XMLInternalDocument" and "XMLAbstractDocument"
API is sensitive to spelling.
Greg Hirson <ghirson@ucdavis.edu>
http://www.last.fm/api/show?service=263
user.getFriends("monkeycatfm")$username[1] #[1] "njlinesch"