export_mesh: Export meshcode to geometry

Description Usage Arguments Value Examples

Description

Convert and export meshcode area to sfc_POLYGON and sf.

Usage

1
2
3

Arguments

meshcode

character. mesh code

.keep_class

Do you want to assign a class to the meshcode column in data.frame? If FALSE, it will be treated as a character type.

Value

sfc object

sf object

Examples

1
2
3
4
export_mesh("6441427712")
export_meshes("4128")
find_neighbor_mesh("37250395") %>%
  export_meshes()

jpmesh documentation built on Jan. 10, 2022, 9:07 a.m.