APSHPsave: AP Save to SHP

Description Usage Arguments Examples

View source: R/APSHP.R

Description

Save a Spatial type object to disk as a Shapefile.

Usage

1
APSHPsave(object, outfile, overwrite = FALSE)

Arguments

object

a Spatial object

outfile

path for file to be saved

overwrite

logical. Allow function to overwrite existing file. If set to 'prompt', it will ask user whether or to overwrite

Examples

1
2
3
4
## Not run: 
APSHPsave(inPoly, outfile = "C:/Geodata/myfile.shp")

## End(Not run)

APfun documentation built on Oct. 23, 2020, 8:10 p.m.