combineZones: Combine spatial polygons into a single layer

View source: R/RandR_webtool_combineZones.R

combineZonesR Documentation

Combine spatial polygons into a single layer

Description

Combine spatial polygons into a single layer

Usage

combineZones(theseZones = NULL, outFilename = NULL, outputFormat = "shapefile")

Arguments

theseZones

A character array with each element holding the full path a file storing a spatial polygon object

outFilename

Character. Full path defining the file to which the combined spatial polygon object will be written

outputFormat

Character. Specify which file format to use for the output: "shapefile" (default) or "geojson" are the only ones supported at present


peterbat1/RandR.webtool.dataPrep documentation built on Jan. 7, 2023, 3:05 p.m.