Learn R Programming

helsinki (version 0.9.29)

get_servicemap: Access Helsinki region Service Map API

Description

Access the new Helsinki region Service Map (Paakaupunkiseudun Palvelukartta) http://dev.hel.fi/servicemap/ data through the API: http://api.hel.fi/servicemap/v1/. For more API documentation and license information see the API link.

Usage

get_servicemap(query, ...)

Arguments

query

The API query as a string, for example "search", "service", or "unit". For full list of available options and details, see http://api.hel.fi/servicemap/v1/.

...

Additional parameters to the API (optional). For details, see http://api.hel.fi/servicemap/v1/.

Value

List of results

Examples

Run this code
# NOT RUN {
search.puisto <- get_servicemap(query="search", q="puisto")
# }

Run the code above in your browser using DataLab