venue.getEvents {RLastFM}R Documentation

API call to venue.getEvents

Description

API call to venue.getEvents

Usage

venue.getEvents(venueid, key = lastkey, parse = TRUE)

Arguments

venueid venue ID. see link{venue.search}
key API key, defaults to global variable lastkey
parse Parse the returned XML into a list?

Value

If parse = TRUE,

title event name
headliner headliner
eventid event ID


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

Examples

#From API documentation
venue.getEvents(8908030)

[Package RLastFM version 0.1-4 Index]