View source: R/qgis_repairshapefile.R
qgis_repairshapefile | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Repair Shapefile (native:repairshapefile). Repairs broken Shapefiles by recreating SHX files. Repairs a broken Shapefile by recreating missing or broken SHX files.
qgis_repairshapefile(
INPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputVector - Repaired layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.