View source: R/qgis_truncatetable.R
qgis_truncatetable | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Truncate table (native:truncatetable). This algorithm truncates a layer, by deleting all features from within the layer. Warning — this algorithm modifies the layer in place, and deleted features cannot be restored!
qgis_truncatetable(
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 - Truncated layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.