Learn R Programming

helsinki (version 1.0.6)

get_city_map: Get city administrative regions

Description

Sf object of city districts in the Helsinki Capital Region.

Usage

get_city_map(city = NULL, level = NULL, ...)

Value

sf object

Arguments

city

The desired city. Valid options: Helsinki, Espoo, Vantaa, Kauniainen

level

The desired administrative level. Valid options: suurpiiri, tilastoalue, pienalue and aanestysalue

...

For passing parameters to embedded functions, for example timeout.s (timeout in seconds) in the case of gracefully_fail() internal function

Author

Pyry Kantanen pyry.kantanen@gmail.com

Details

See get_feature_list() for a list of all available features

Examples

Run this code
if (FALSE) {
map <- get_city_map(city = "helsinki", level = "suuralue")
}

Run the code above in your browser using DataLab