Description Usage Arguments Value Examples
View source: R/visualize_data.R
Visualize local level data on a choropleth map.
1 | visualize_data(city = "turku", level = 3, dataset = NULL)
|
city |
The desired city. Options are Helsinki, Espoo, Vantaa, Turku, Tampere, Oulu |
level |
The desired administrative level. Options are 1, 2 and 3, where 1 is the lowest level (= largest areas) and 3 is the highest level (= smallest areas) |
dataset |
a dataset containing suitable data |
sf object
1 2 3 4 | ## Not run:
visualize_data(city = "turku", level = 3, dataset = turku_vaesto_ika_2010_2019)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.