Export district's mesh polygon

mesh_district(jis_code = NULL)

Arguments

jis_code

jis code for prefecture and city identifical number. If prefecture, must be from 1 to 47. If city, range of 5 digits.

Examples

if (FALSE) { mesh_district(jis_code = "05") mesh_district(jis_code = "33101") }