group.getMembers {RLastFM}R Documentation

API call to group.getMembers

Description

API call to group.getMembers

Usage

group.getMembers(group, key = lastkey, parse = TRUE)

Arguments

group name of a group, in quotes
key API key, defaults to global variable lastkey
parse Parse the returned XML into a list?

Value

If parse = TRUE,

username usernames
realname real names

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

Note

API is sensitive to spelling errors.

Author(s)

Greg Hirson <ghirson@ucdavis.edu>

References

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

Examples


res = group.getMembers("jazz")

#res$username[1]
#[1] "ornithoptera_"


[Package RLastFM version 0.1-4 Index]