Description Usage Arguments Details Examples
write.shape is an easier alternative to writeOGR.
1 | write.shape(shape, shape.path, overwrite = FALSE)
|
shape |
Shapefile. Spatial object to be saved. |
shape.path |
Character. Path where it should be written. |
overwrite |
Logical. force overwrite or not. |
This is an alternative function to writeOGR, which pretends to be the easiest way to write shapefiles.
1 2 3 4 | ## Not run:
write.shape(shapeObject, './myshapefile.shp')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.