View source: R/qgis_removeduplicatesbyattribute.R
qgis_removeduplicatesbyattribute | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Delete duplicates by attribute (native:removeduplicatesbyattribute). Removes duplicate rows by a field value (or multiple field values). Removes duplicate rows by a field value (or multiple field values). The first matching row will be retained, and duplicates will be discarded. Optionally, these duplicate records can be saved to a separate output for analysis.
qgis_removeduplicatesbyattribute(
INPUT = qgisprocess:::qgis_default_value(),
FIELDS = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
DUPLICATES = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
FIELDS |
|
OUTPUT |
|
DUPLICATES |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
DUPLICATES - outputVector - Filtered (duplicates)
DUPLICATE_COUNT - outputNumber - Count of discarded duplicate records
OUTPUT - outputVector - Filtered (no duplicates)
RETAINED_COUNT - outputNumber - Count of retained records
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.