user.getShouts {RLastFM}R Documentation

API call to user.getShouts

Description

API call to user.getShouts

Usage

user.getShouts(username, key = lastkey, parse = TRUE)

Arguments

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

Value

If parse = TRUE,

username username of shouter
body body of shout
date date of shout


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=401

Examples


user.getShouts("monkeycatfm")$body[1]
#[1] "so.... you have amazing music tastes and you like to cook. marry me :)"

[Package RLastFM version 0.1-4 Index]