powered by
Convert and export meshcode area to sfc_POLYGON and sf.
sfc_POLYGON
sf
export_mesh(meshcode)export_meshes(meshcode, .keep_class = FALSE)
export_meshes(meshcode, .keep_class = FALSE)
character. mesh code
character
Do you want to assign a class to the meshcode column in data.frame? If FALSE, it will be treated as a character type.
FALSE
sfc object
sf object
# NOT RUN { export_mesh("6441427712") export_meshes("4128") find_neighbor_mesh("37250395") %>% export_meshes() # }
Run the code above in your browser using DataLab