Learn R Programming

helsinki (version 0.9.29)

get_linkedevents: Access Helsinki Linked Events API

Description

Access the new Helsinki Linked Events API: http://api.hel.fi/linkedevents/v0.1/. The API contains data from the Helsinki City Tourist & Convention Bureau, the City of Helsinki Cultural Office and the Helmet metropolitan area public libraries. For more API documentation and license information see the API link.

Usage

get_linkedevents(query, ...)

Arguments

query

The API query as a string, one of "category", "event", "language", or "place". For details, see http://api.hel.fi/linkedevents/v0.1/.

...

Additional parameters to the API (optional). For details, see http://api.hel.fi/linkedevents/v0.1/.

Value

List of results

Examples

Run this code
# NOT RUN {
events <- get_linkedevents(query="event")
# }

Run the code above in your browser using DataLab