write.shape: write.shape

Description Usage Arguments Details Examples

Description

write.shape is an easier alternative to writeOGR.

Usage

1
write.shape(shape, shape.path, overwrite = FALSE)

Arguments

shape

Shapefile. Spatial object to be saved.

shape.path

Character. Path where it should be written.

overwrite

Logical. force overwrite or not.

Details

This is an alternative function to writeOGR, which pretends to be the easiest way to write shapefiles.

Examples

1
2
3
4
## Not run: 
write.shape(shapeObject, './myshapefile.shp')

## End(Not run)

ahornero/rsensing documentation built on May 8, 2019, 1:37 a.m.