powered by
Returns the file path to all ‘.shp’ polygons in a directory.
selectShpFiles(dir, ...)
character string specifying the directory containing .shp files.
currently ignored
Either a data.frame or a character vector is returned.
data.frame
# NOT RUN { 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