writeToShapefile: Write an object with geometry information as a shapefile

View source: R/writeToShapefile.R

writeToShapefileR Documentation

Write an object with geometry information as a shapefile

Description

Function to write an object with geometry information (e.g. an sf dataframe) as a shapefile.

Usage

writeToShapefile(obj, file = "shapefile")

Arguments

obj
  • object with geometry information

file
  • file name (default is "shapefile"; no extension is necessary)

Details

Wrapper for writeToGISDataset using "ESRI Shapefile" as the driver. Note that column names are limited to 10 characters max.

Value

none


wStockhausen/wtsGIS documentation built on Aug. 23, 2023, 2:31 a.m.