Description Usage Arguments Details Value Author(s) Source Examples
Easy access to Turku Region Linked Events API
1 | get_linkedevents(query, ...)
|
query |
The API query as a string, for example "event", "category", "language", "place" or "keyword". |
... |
Additional parameters that narrow down the output (optional). |
Complete list of possible query input: "keyword", "keyword_set", "place", "language", "organization", "image", "event", "search", "user".
With "..." the user can pass on additional parameters that depend on the chosen query input. For example, when performing a search (query = "search"), the search can be narrowed down with parameters such as:
q="konsertti" complete search, returns events that have the word "konsertti"
input="konse" partial search, returns events with words that contain "konse"
type="event" returns only "events"
start="2017-01-01" events starting on 2017-01-01 or after
end="2017-01-10" events ending on 2017-01-10 or before
For more detailed explanation, see http://api.turku.fi/linkedevents/v1/.
Data frame or a list
Juuso Parkkinen louhos@googlegroups.com, Pyry Kantanen
Turku Region Linked Events API v1. The API is developed by the City of Helsinki Open Software Development team.
For API specification, see https://github.com/City-of-Helsinki/api-linked-events
1 | events <- get_linkedevents(query="search", q="teatteri", start="2020-01-01")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.