library(arc2r) library(sf) library(raster) library(mapview)
## mapview(gemeindegrenzen_zh)
library(tmap) tmap_mode("view")
tm_shape(gemeindegrenzen_zh) + tm_polygons()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.