GetOmakaupunki: Access Omakaupunki data

Description Usage Arguments Value Author(s) Examples

View source: R/HRI.R

Description

Access Omakaupunki data through the API. Using the API requireds a password and an API key. For more details and API documentation see http://blogit.hs.fi/hsnext/omakaupungin-meno-ja-palvelutiedot-avoimena-rajapintana

Usage

1
  GetOmakaupunki(query, login, password, api_key, ...)

Arguments

query

API query, e.g. "event" or "directory" (services)

login

Personal username (required)

password

Personal password (required)

api_key

Personal API key (required)

...

Additional parameters to the API (optional). See details from the API documentation The data is licensed under CC BY-NC-SA 3.0.

Value

List of results

Author(s)

Juuso Parkkinen sorvi-commits@lists.r-forge.r-project.org

Examples

1
# event.categories <- GetOmakaupunki("event/categories", LOGIN, PASSWORD, API)

sorvi documentation built on May 2, 2019, 6:16 p.m.