Learn R Programming

helsinki (version 1.0.5)

get_city_map: Get city administrative regions

Description

Sf object of city districts

Usage

get_city_map(city = NULL, level = NULL)

Value

sf object

Arguments

city

The desired city. Options: Helsinki, Espoo, Vantaa, Kauniainen

level

The desired administrative level. Options are: "suurpiiri", "tilastoalue", "pienalue" and "aanestysalue"

Author

Pyry Kantanen <pyry.kantanen@gmail.com>

Details

See list_features() 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