Learn R Programming

rangeMapper (version 0.3-0)

selectShpFiles: Select (recursively) shape files

Description

Returns the file path to all ‘.shp’ polygons in a directory.

Usage

selectShpFiles(dir, ...)

Arguments

dir
character string specifying the directory containing .shp files.
...
currently ignored

Value

Either a data.frame or a character vector is returned.

Examples

Run this code
f = system.file(package="rangeMapper", "extdata", "wrens", "vector")
res = selectShpFiles(f, ogr = TRUE, polygons.only = TRUE)
head(res)

Run the code above in your browser using DataLab