ReadShape: Retrieve shape objects by their file names.

Description Usage Arguments Value Author(s) References Examples

Description

Takes list of shape file names (or IDs without the .shp ending). Returns a corresponding list of shape objects from the working directory, or from the directory path specified as part of the file name.

Usage

1
  ReadShape(files, proj4string = NA)

Arguments

files

vector of input files

proj4string

projection information

Value

shape object, or a list of shape objects, depending on the length of function argument (a single file name vs. multiple file names)

Author(s)

Leo Lahti sorvi-commits@lists.r-forge.r-project.org

References

See citation("sorvi")

Examples

1
# ReadShape(files)

sorvi documentation built on May 2, 2019, 6:16 p.m.