exportFeatures: exportFeatures

View source: R/exportFeatures.R

exportFeaturesR Documentation

exportFeatures

Description

Export sp object to well-known formats

Usage

exportFeatures(
  features,
  outputFormat = "SHP",
  tozip = FALSE,
  file.path = NULL,
  file.name = NULL
)

Arguments

features

the sp object to export

outputFormat

the format of the output file, by default "SHP"

tozip

object of class "logical" indicating if a zip should be created. Default is FALSE.

file.path

the base path where to export the features

file.name

the name of the output file

Note

only supported for GML and SHP

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com Norbert Billet norbert.billet@ird.fr


openfigis/RFigisGeo documentation built on Feb. 26, 2023, 6:37 a.m.