shp.reader: Read a shapefile described in a .shp file.

Description Usage Arguments Value Examples

Description

This function will load data from an ESRI shapefile

Usage

1
shp.reader(data.file, filename, variable.name)

Arguments

data.file

The name of the data file to be read.

filename

The path to the data set to be loaded.

variable.name

The name to be assigned to in the global environment.

Value

No value is returned; this function is called for its side effects.

Examples

1
2
3
library('ProjectTemplate')

## Not run: shp.reader('example.shp', 'data/example.shp', 'example')

famuvie/shpReader documentation built on May 16, 2019, 10:08 a.m.