Extract administration mesh
administration_mesh(code, type = c("prefecture"))
| code | administration code |
|---|---|
| type | administration type. Should be one of "prefecture" or "city". |
# NOT RUN { administration_mesh(code = c(35201)) administration_mesh(code = c(35), type = "prefecture") administration_mesh(code = c(33, 34), type = "prefecture") # }