user.getNeighbours {RLastFM}R Documentation

API call to user.getNeighbours

Description

API call to user.getNeighbours

Usage

user.getNeighbours(username, limit = NA, key = lastkey, parse = TRUE)

Arguments

username username
limit limit to return
key API key, defaults to global variable lastkey
parse Parse the returned XML into a list?

Value

If parse = TRUE,

username username
match degree of match statistic

If parse = FALSE, a object of type "XMLInternalDocument" and "XMLAbstractDocument"

Note

API is sensitive to spelling.

Author(s)

Greg Hirson <ghirson@ucdavis.edu>

References

http://www.last.fm/api/show?service=264

Examples


user.getNeighbours("monkeycatfm")$match


[Package RLastFM version 0.1-4 Index]