get_maintenance_locations: Turku street maintenance API

Description Usage Arguments Details Value Author(s) Source Examples

View source: R/services.R

Description

Download and list where maintenance vehicles are located and what they are doing.

Usage

1

Arguments

id

Vehicle ID as integer

...

List queries, for example vehicle id as integer, history (integer), since (integer), limit (integer), temporal_resolution (integer)

Details

Possible events for vehicles:

Value

data.frame

Author(s)

Pyry Kantanen

Source

See avoindata.fi for additional information. See City of Helsinki documentation for more information on the API.

Examples

1
2
## vehicle 8, 10 last instances
vehicles <- get_maintenance_locations(id = 8, history = 10)

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