View source: R/qgis_joinattributestable.R
qgis_joinattributestable | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Join attributes by field value (native:joinattributestable). This algorithm takes an input vector layer and creates a new vector layer that is an extended version of the input one, with additional attributes in its attribute table. The additional attributes and their values are taken from a second vector layer. An attribute is selected in each of them to define the join criteria. —————- Notes —————- - This algorithm drops existing primary keys or FID values and regenerates them in output layers.
qgis_joinattributestable(
INPUT = qgisprocess:::qgis_default_value(),
FIELD = qgisprocess:::qgis_default_value(),
INPUT_2 = qgisprocess:::qgis_default_value(),
FIELD_2 = qgisprocess:::qgis_default_value(),
FIELDS_TO_COPY = qgisprocess:::qgis_default_value(),
METHOD = qgisprocess:::qgis_default_value(),
DISCARD_NONMATCHING = qgisprocess:::qgis_default_value(),
PREFIX = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
NON_MATCHING = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
FIELD |
|
INPUT_2 |
|
FIELD_2 |
|
FIELDS_TO_COPY |
|
METHOD |
|
DISCARD_NONMATCHING |
|
PREFIX |
|
OUTPUT |
|
NON_MATCHING |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
JOINED_COUNT - outputNumber - Number of joined features from input table
NON_MATCHING - outputVector - Unjoinable features from first layer
OUTPUT - outputVector - Joined layer
UNJOINABLE_COUNT - outputNumber - Number of unjoinable features from input table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.