Rdocumentation
powered by
Learn R Programming
tmap (version 1.6)
write_shape: Write shape file
Description
Write a shape object to an ESRI shape file.
Usage
write_shape(shp, file)
Arguments
shp
a shape object
file
file name (including directory)
Details
This function is a convenient wrapper of rgdal's
writeOGR
.