View source: R/qgis_deletecolumn.R
qgis_deletecolumn | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Drop field(s) (native:deletecolumn). Deletes fields from a vector layer. This algorithm takes a vector layer and generates a new one that has the exact same content but without the selected columns.
qgis_deletecolumn(
INPUT = qgisprocess:::qgis_default_value(),
COLUMN = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
COLUMN |
|
OUTPUT |
|
... |
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 - Remaining fields
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.