View source: R/administration_mesh.R
administration_mesh | R Documentation |
Extract administration mesh code
administration_mesh(code, to_mesh_size)
code |
administration code |
to_mesh_size |
target mesh size. That is, 1 for 1km, and 0.5 for 500m. From 80km to 0.100km. |
## Not run:
administration_mesh(code = "35201", to_mesh_size = 1)
administration_mesh(code = "08220", to_mesh_size = 80)
administration_mesh(code = c("08220", "08221"), to_mesh_size = 10)
administration_mesh(code = "35", to_mesh_size = 80)
administration_mesh(code = c("33", "34"), to_mesh_size = 80)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.