venue.search {RLastFM}R Documentation

API call to venue.search

Description

API call to venue.search

Usage

venue.search(venue, limit = NA, page = NA, country = NA, key = lastkey, parse = TRUE)

Arguments

venue venue search term
limit limit to return per page
page page number, see limit
country Limit to a country. Use 2/3 letter country codes
key API key, defaults to global variable lastkey
parse Parse the returned XML into a list?

Value

If parse = TRUE,

name venue name
street venue street address
city venue city
country venue country
lat venue latitude
long venue longitude
id venue 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=396

Examples


venue.search("Spaceland", country = "US")

[Package RLastFM version 0.1-4 Index]