Description Usage Arguments Examples
For a specified polygon file, extract the three digit ID. It is expected that the polygon file has the name format "mh_030_polygon.shp". The function is vectorised it can be used for single or multiple values.
1 | extract_id(filepath)
|
filepath |
a filepath or file name of a shapefile |
1 2 3 | extract_id("mh_030_polygon.shp")
extract_id("polygons/mh_030_polygon.shp")
extract_id(c("polygons/mh_030_polygon.shp", "mh_031_polygon.shp"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.