Extract administration mesh

administration_mesh(code, type = c("prefecture"))

Arguments

code

administration code

type

administration type. Should be one of "prefecture" or "city".

Examples

# NOT RUN {
administration_mesh(code = c(35201))
administration_mesh(code = c(35), type = "prefecture")
administration_mesh(code = c(33, 34), type = "prefecture")
# }