event.getShouts {RLastFM}R Documentation

API call to event.getShouts

Description

API call to event.getShouts

Usage

event.getShouts(event, key = lastkey, parse = TRUE)

Arguments

event Event ID. Can be found using artist.getEvents. See example.
key API key, defaults to global variable lastkey
parse Parse the returned XML into a list?

Value

If parse = TRUE,

username Username
body Body of shout
date Date of shout

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

Note

Not very many people have left shouts for events, so it has been hard to find and example that works.

Author(s)

Greg Hirson <ghirson@ucdavis.edu>

References

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

Examples


res = event.getShouts("1039365")

[Package RLastFM version 0.1-4 Index]