get_linkedevents: Access Turku Region Linked Events API

Description Usage Arguments Details Value Author(s) Source Examples

View source: R/services.R

Description

Easy access to Turku Region Linked Events API

Usage

1

Arguments

query

The API query as a string, for example "event", "category", "language", "place" or "keyword".

...

Additional parameters that narrow down the output (optional).

Details

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:

For more detailed explanation, see http://api.turku.fi/linkedevents/v1/.

Value

Data frame or a list

Author(s)

Juuso Parkkinen louhos@googlegroups.com, Pyry Kantanen

Source

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

Examples

1
events <- get_linkedevents(query="search", q="teatteri", start="2020-01-01")

pitkant/turku documentation built on Dec. 22, 2021, 8:45 a.m.