View source: R/bag_geo_download.R
rbind_geo | R Documentation |
Combine multiple geo objects into a single one. Geo objects are read with
get_gemeente_geo
.
rbind_geo(lis)
## Not run:
elke tabel heeft kolom 'gm_naam' voor filtering
geos <- lapply(c("Purmerend","Uitgeest"), get_gemeente_geo)
geo <- rbind_geo(geos)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.