Description Usage Arguments Value Author(s) Examples
Returns a list of filepaths to shapefiles and optionally sort these by their polygon ID. By default, this will recursively search any subdirectories.
1 | list_polygons(..., recursive = TRUE, sort = FALSE)
|
... |
a list of values to be concatenated into a filepath |
recursive |
should subdirectories be searched? Default is TRUE |
sort |
should the filenames be sorted by ID? Default is FALSE |
a list of polygons
Michael Harper
1 | list_polygons(system.file("extdata", package = "polyCheck"), "polygons")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.